Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
565
def
shelltarget():
566
print(
"exemple : http://target.com"
)
567
line = raw_input(
"target : "
)
568
line = line.rstrip()
569
grabuploadedlink(line)
570
grabshell(line)
571
572
573
def
poet():
Callers
1
webhack
Function · 0.85
Calls
2
grabuploadedlink
Function · 0.85
grabshell
Function · 0.85
Tested by
no test coverage detected