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.
2 parents e4aec40 + a2cf7d7 commit a439ce2Copy full SHA for a439ce2
modules/post/firefox/manage/webcam_chat.rb
@@ -22,13 +22,13 @@ def initialize(info = {})
22
'References' => [
23
[ 'URL', 'http://www.rapid7.com/db/modules/exploit/firefox/local/exec_shellcode' ]
24
],
25
- 'DisclosureDate' => '2014-05-13'
26
- ),
27
- 'Notes' => {
28
- 'Stability' => [CRASH_SAFE],
29
- 'SideEffects' => [SCREEN_EFFECTS],
30
- 'Reliability' => []
31
- }
+ 'DisclosureDate' => '2014-05-13',
+ 'Notes' => {
+ 'Stability' => [CRASH_SAFE],
+ 'SideEffects' => [SCREEN_EFFECTS],
+ 'Reliability' => []
+ }
+ )
32
)
33
34
register_options([
0 commit comments