MCPcopy
hub / github.com/Z4nzu/hackingtool / h2ip

Method h2ip

hackingtool.py:253–259  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 self.info()
252
253 def h2ip(self):
254 self.clear_scr()
255 host = input("Enter host name (www.google.com):- ")
256 ips = socket.gethostbyname(host)
257 print(ips)
258 input('\nPress Enter to back...')
259 self.info()
260
261 def xerosploit(self):
262 self.clear_scr()

Callers

nothing calls this directly

Calls 2

clear_scrMethod · 0.95
infoMethod · 0.95

Tested by

no test coverage detected