Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
281
def
h2ip():
282
host = raw_input(
"Select A Host : "
)
283
ips = socket.gethostbyname(host)
284
print(ips)
285
286
287
def
ports():
Callers
1
info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected