Skip to content

Commit d354982

Browse files
committed
Fix grammar on description for webcam
1 parent f50c7ea commit d354982

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/post/windows/manage/webcam.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def initialize(info={})
1616
super(update_info(info,
1717
'Name' => 'Windows Manage Webcam',
1818
'Description' => %q{
19-
This module will allow you to these things with your target's webcam: detect,
20-
take a snapshot.
19+
This module will allow the user to detect installed webcams (with
20+
the LIST action) or take a snapshot (with the SNAPSHOT) action.
2121
},
2222
'License' => MSF_LICENSE,
2323
'Author' => [ 'sinn3r'],
@@ -132,4 +132,5 @@ def list_webcams(show=false)
132132
return webcams
133133
end
134134

135-
end
135+
end
136+

0 commit comments

Comments
 (0)