We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4b3d0 commit 8b5c782Copy full SHA for 8b5c782
modules/exploits/windows/ftp/sami_ftpd_list.rb
@@ -19,7 +19,7 @@ def initialize(info = {})
19
A buffer overflow is triggered when a long LIST
20
command is sent to the server and the user views the Log tab.
21
},
22
- 'Platform' => 'Windows',
+ 'Platform' => 'win',
23
'Author' =>
24
[
25
'superkojiman', # Original exploit
@@ -34,7 +34,7 @@ def initialize(info = {})
34
'Privileged' => false,
35
'DefaultOptions' =>
36
{
37
- 'EXITFUNC' => 'thread',
+ 'EXITFUNC' => 'thread',
38
39
'Payload' =>
40
@@ -47,7 +47,6 @@ def initialize(info = {})
47
48
'Windows Universal',
49
50
- 'Platform' => 'win',
51
'Ret' => 0x10028283, # jmp esp C:\Program Files\PMSystem\Temp\tmp0.dll
52
'Offset' => 219,
53
0 commit comments