Quoting "Chicken of the VNC"

Otherwise, this looks like a nonsense string to people not familiar with
this application.
This commit is contained in:
Tod Beardsley
2012-03-26 16:26:40 -05:00
committed by James Lee
parent e651c9ba3b
commit 2dfd501e5f
@@ -17,11 +17,11 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super(update_info(info,
'Name' => 'OSX Gather Chicken of the VNC Profile ',
'Name' => 'OSX Gather Chicken of the VNC Profile',
'Description' => %q{
This module will download Chicken of the VNC client's profile file,
which is used to store other VNC server's information such as the
IP and password.
This module will download the "Chicken of the VNC" client application's
profile file, which is used to store other VNC servers' information such
as as the IP and password.
},
'License' => MSF_LICENSE,
'Author' => [ 'sinn3r'],
@@ -107,4 +107,4 @@ class Metasploit3 < Msf::Post
end
end
end
end