Land #2439 - Update description

bug/bundler_fix
sinn3r 2013-09-30 16:03:15 -05:00
commit 9abf727fa6
2 changed files with 2 additions and 3 deletions

View File

@ -19,8 +19,7 @@ class Metasploit3 < Msf::Exploit::Remote
freeFTPd 1.0.10 and below contains an overflow condition that is triggered as
user-supplied input is not properly validated when handling a specially crafted
PASS command. This may allow a remote attacker to cause a buffer overflow,
resulting in a denial of service or potentially allowing the execution of
arbitrary code.
resulting in a denial of service or allow the execution of arbitrary code.
FreeFTPd must have an account set to authorization anonymous user account.
},

View File

@ -14,7 +14,7 @@ class Metasploit3 < Msf::Post
super( update_info( info,
'Name' => 'Windows Resolve Hosts',
'Description' => %q{
Resolves hostnames to either IPv4 or IPv6 addresses.
Resolves hostnames to either IPv4 or IPv6 addresses from the perspective of the remote host.
},
'License' => MSF_LICENSE,
'Author' => [ 'Ben Campbell <eat_meatballs[at]hotmail.co.uk>' ],