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

Function grabshell

hackerpro.py:552–562  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

550
551
552def grabshell(url):
553 try:
554 for upl in upload:
555 for shell in shells:
556 currentcode = urllib.urlopen(upl + shell).getcode()
557 if currentcode == 200:
558 print "-------------------------"
559 print " [ ! ] Found Shell : " + str(upl + shell) + " [ ! ]"
560 print "-------------------------"
561 except:
562 pass
563
564
565def shelltarget():

Callers 1

shelltargetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected