File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
modules/exploits/multi/browser Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def initialize(info = {})
31
31
] ,
32
32
'DisclosureDate' => "Aug 6 2013" ,
33
33
'References' => [
34
- [ 'CVE' , 'CVE- 2013-1710' ] # bypass Chrome Object Wrapper to talk to chrome://
34
+ [ 'CVE' , '2013-1710' ] # bypass Chrome Object Wrapper to talk to chrome://
35
35
] ,
36
36
'Targets' => [
37
37
[
@@ -59,7 +59,8 @@ def initialize(info = {})
59
59
OptString . new ( 'CONTENT' , [
60
60
true ,
61
61
"Content to display inside the HTML <body>." ,
62
- "An error has occurred. Press <script>document.write((navigator.platform.match(/mac/i)) ? 'cmd-option-k' : 'ctrl-alt-k')</script> to see the error."
62
+ "An error has occurred. Press <script>document.write((navigator.platform.match(/mac/i))" +
63
+ " ? 'cmd-option-k' : 'ctrl-alt-k')</script> to see the error."
63
64
] )
64
65
] , self . class )
65
66
end
You can’t perform that action at this time.
0 commit comments