Land #2439 - Update description
commit
9abf727fa6
|
@ -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.
|
||||
},
|
||||
|
|
|
@ -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>' ],
|
||||
|
|
Loading…
Reference in New Issue