Fix grammar on description for webcam
parent
f50c7ea551
commit
d354982345
|
@ -16,8 +16,8 @@ class Metasploit3 < Msf::Post
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Windows Manage Webcam',
|
'Name' => 'Windows Manage Webcam',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module will allow you to these things with your target's webcam: detect,
|
This module will allow the user to detect installed webcams (with
|
||||||
take a snapshot.
|
the LIST action) or take a snapshot (with the SNAPSHOT) action.
|
||||||
},
|
},
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' => [ 'sinn3r'],
|
'Author' => [ 'sinn3r'],
|
||||||
|
@ -133,3 +133,4 @@ class Metasploit3 < Msf::Post
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue