MCPcopy
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
287def ports():
288 clearScr()
289 target = raw_input('Select a Target IP : ')
290 os.system("nmap -O -Pn %s" % target)
291 sys.exit()
292
293
294def ifinurl():

Callers 1

infoFunction · 0.85

Calls 1

clearScrFunction · 0.85

Tested by

no test coverage detected