From 2dfd501e5f6263779e69378cf67c2db33db5ae05 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 26 Mar 2012 16:26:40 -0500 Subject: [PATCH] Quoting "Chicken of the VNC" Otherwise, this looks like a nonsense string to people not familiar with this application. --- modules/post/osx/gather/enum_chicken_vnc_profile.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/post/osx/gather/enum_chicken_vnc_profile.rb b/modules/post/osx/gather/enum_chicken_vnc_profile.rb index 80bbe010ad..697e30318e 100644 --- a/modules/post/osx/gather/enum_chicken_vnc_profile.rb +++ b/modules/post/osx/gather/enum_chicken_vnc_profile.rb @@ -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 \ No newline at end of file +end