Skip to content

Commit 8b5c782

Browse files
committed
changed Platform from Windows to win
1 parent 8f4b3d0 commit 8b5c782

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/exploits/windows/ftp/sami_ftpd_list.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
A buffer overflow is triggered when a long LIST
2020
command is sent to the server and the user views the Log tab.
2121
},
22-
'Platform' => 'Windows',
22+
'Platform' => 'win',
2323
'Author' =>
2424
[
2525
'superkojiman', # Original exploit
@@ -34,7 +34,7 @@ def initialize(info = {})
3434
'Privileged' => false,
3535
'DefaultOptions' =>
3636
{
37-
'EXITFUNC' => 'thread',
37+
'EXITFUNC' => 'thread',
3838
},
3939
'Payload' =>
4040
{
@@ -47,7 +47,6 @@ def initialize(info = {})
4747
[
4848
'Windows Universal',
4949
{
50-
'Platform' => 'win',
5150
'Ret' => 0x10028283, # jmp esp C:\Program Files\PMSystem\Temp\tmp0.dll
5251
'Offset' => 219,
5352
},

0 commit comments

Comments
 (0)