We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50c7ea commit d354982Copy full SHA for d354982
modules/post/windows/manage/webcam.rb
@@ -16,8 +16,8 @@ def initialize(info={})
16
super(update_info(info,
17
'Name' => 'Windows Manage Webcam',
18
'Description' => %q{
19
- This module will allow you to these things with your target's webcam: detect,
20
- 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.
21
},
22
'License' => MSF_LICENSE,
23
'Author' => [ 'sinn3r'],
@@ -132,4 +132,5 @@ def list_webcams(show=false)
132
return webcams
133
end
134
135
-end
+end
136
+
0 commit comments