Correct action description for recording
The correct description is recordingbug/bundler_fix
parent
a91b38cbf4
commit
13996b98cf
|
@ -32,7 +32,7 @@ class Metasploit3 < Msf::Post
|
||||||
'Actions' => [
|
'Actions' => [
|
||||||
[ 'LIST', { 'Description' => 'Show a list of webcams' } ],
|
[ 'LIST', { 'Description' => 'Show a list of webcams' } ],
|
||||||
[ 'SNAPSHOT', { 'Description' => 'Take a snapshot with the webcam' } ],
|
[ 'SNAPSHOT', { 'Description' => 'Take a snapshot with the webcam' } ],
|
||||||
[ 'RECORD', { 'Description' => 'Take a snapshot with the webcam' } ]
|
[ 'RECORD', { 'Description' => 'Record with the webcam' } ]
|
||||||
],
|
],
|
||||||
'DefaultAction' => 'LIST'
|
'DefaultAction' => 'LIST'
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue