description spacing

Doug P 2013-04-12 16:20:43 -04:00
parent 90574b869f
commit f65e2ea923
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,11 @@ class Metasploit4 < Msf::Exploit::Remote
super(update_info(info,
'Name' => 'Free Float FTP Server USER Command Buffer Overflow',
'Description' => %q{
Freefloat FTP Server is prone to an overflow condition. It fails to properly sanitize user-supplied input resulting in a stack-based buffer overflow. With a specially crafted 'USER' command, a remote attacker can potentially have an unspecified impact.
Freefloat FTP Server is prone to an overflow condition. It
fails to properly sanitize user-supplied input resulting in a
stack-based buffer overflow. With a specially crafted 'USER'
command, a remote attacker can potentially have an unspecified
impact.
},
'Platform' => 'win',
'Author' =>