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 1821c11 commit ad99466Copy full SHA for ad99466
modules/exploits/windows/ftp/turboftp_port.rb
@@ -17,8 +17,9 @@ def initialize(info = {})
17
super(update_info(info,
18
'Name' => 'Turbo FTP Server 1.30.823 PORT Overflow',
19
'Description' => %q{
20
- This module exploits the buffer overflow found in the PORT
21
- command in Turbo FTP Server 1.30.823 & 1.30.826.
+ This module exploits a buffer overflow vulnerability found in the PORT
+ command in Turbo FTP Server 1.30.823 & 1.30.826, which results in remote
22
+ code execution under the context of SYSTEM.
23
},
24
'Author' =>
25
[
0 commit comments