MCPcopy Index your code
hub / github.com/jaykali/hackerpro / shelltarget

Function shelltarget

hackerpro.py:565–570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

563
564
565def shelltarget():
566 print("exemple : http://target.com")
567 line = raw_input("target : ")
568 line = line.rstrip()
569 grabuploadedlink(line)
570 grabshell(line)
571
572
573def poet():

Callers 1

webhackFunction · 0.85

Calls 2

grabuploadedlinkFunction · 0.85
grabshellFunction · 0.85

Tested by

no test coverage detected