Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jaykali/hackerpro
/ ports
Function
ports
hackerpro.py:287–291 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
285
286
287
def
ports():
288
clearScr()
289
target = raw_input(
'Select a Target IP : '
)
290
os.system(
"nmap -O -Pn %s"
% target)
291
sys.exit()
292
293
294
def
ifinurl():
Callers
1
info
Function · 0.85
Calls
1
clearScr
Function · 0.85
Tested by
no test coverage detected