File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ def initialize(info={})
23
23
'License' => MSF_LICENSE ,
24
24
'Author' => [ 'joev' ] ,
25
25
'Platform' => [ 'osx' ] ,
26
- 'SessionTypes' => [ 'shell' , 'meterpreter' ] ,
26
+ 'SessionTypes' => [ 'shell' ] ,
27
27
'Actions' => [
28
28
[ 'LIST' , { 'Description' => 'Show a list of microphones' } ] ,
29
29
[ 'RECORD' , { 'Description' => 'Record from a selected audio input' } ]
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def initialize(info={})
24
24
'License' => MSF_LICENSE ,
25
25
'Author' => [ 'joev' ] ,
26
26
'Platform' => [ 'osx' ] ,
27
- 'SessionTypes' => [ 'shell' , 'meterpreter' ] ,
27
+ 'SessionTypes' => [ 'shell' ] ,
28
28
'Actions' => [
29
29
[ 'LIST' , { 'Description' => 'Show a list of webcams' } ] ,
30
30
[ 'SNAPSHOT' , { 'Description' => 'Take a snapshot with the webcam' } ] ,
You can’t perform that action at this time.
0 commit comments