Update soap_addportmapping.rb

GSoC/Meterpreter_Web_Console
Fabien 2015-07-26 21:57:49 +02:00
parent 1210183930
commit 3fd18e4844
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class Metasploit3 < Msf::Auxiliary
end end
def run() def run()
ctrlurl = #{datastore['CTRL_URL']} ctrlurl = datastore['CTRL_URL']
soapaction = "urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMapping" soapaction = "urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMapping"
content = "<?xml version=\"1.0\"?>" content = "<?xml version=\"1.0\"?>"