Skip to content

Commit 30916e3

Browse files
committed
Land rapid7#4454 - Fix duplicate :ua_maxver key in firefox exploit
2 parents 58e4d39 + 0bf3a9c commit 30916e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/browser/firefox_webidl_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Metasploit3 < Msf::Exploit::Remote
1515

1616
autopwn_info({
1717
:ua_name => HttpClients::FF,
18-
:ua_maxver => "22.0",
18+
:ua_minver => "22.0",
1919
:ua_maxver => "27.0",
2020
:javascript => true,
2121
:rank => ExcellentRanking

0 commit comments

Comments
 (0)