From d3549823458e143917b09c028af4ddcda36fadd0 Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 18 Jan 2013 22:41:44 -0600 Subject: [PATCH] Fix grammar on description for webcam --- modules/post/windows/manage/webcam.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/post/windows/manage/webcam.rb b/modules/post/windows/manage/webcam.rb index 6b838d04aa..aab47587c3 100644 --- a/modules/post/windows/manage/webcam.rb +++ b/modules/post/windows/manage/webcam.rb @@ -16,8 +16,8 @@ class Metasploit3 < Msf::Post super(update_info(info, 'Name' => 'Windows Manage Webcam', 'Description' => %q{ - This module will allow you to these things with your target's webcam: detect, - take a snapshot. + This module will allow the user to detect installed webcams (with + the LIST action) or take a snapshot (with the SNAPSHOT) action. }, 'License' => MSF_LICENSE, 'Author' => [ 'sinn3r'], @@ -132,4 +132,5 @@ class Metasploit3 < Msf::Post return webcams end -end \ No newline at end of file +end +