MCPcopy
hub / github.com/jaykali/hackerpro / h2ip

Function h2ip

hackerpro.py:281–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

279
280
281def h2ip():
282 host = raw_input("Select A Host : ")
283 ips = socket.gethostbyname(host)
284 print(ips)
285
286
287def ports():

Callers 1

infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected