Update soap_addportmapping.rb
parent
1210183930
commit
3fd18e4844
|
@ -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\"?>"
|
||||||
|
|
Loading…
Reference in New Issue