From f65e2ea923458173ffe5e3db7564d89682eda20f Mon Sep 17 00:00:00 2001 From: Doug P Date: Fri, 12 Apr 2013 16:20:43 -0400 Subject: [PATCH] description spacing --- modules/exploits/windows/ftp/freefloatftp_user.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/ftp/freefloatftp_user.rb b/modules/exploits/windows/ftp/freefloatftp_user.rb index 95f5885036..32c2708e4b 100644 --- a/modules/exploits/windows/ftp/freefloatftp_user.rb +++ b/modules/exploits/windows/ftp/freefloatftp_user.rb @@ -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' =>