Skip to content

Commit 5706371

Browse files
committed
Update browser autopwn settings.
1 parent 8c63c8f commit 5706371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/multi/browser/firefox_tostring_console_injection.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ class Metasploit3 < Msf::Exploit::Remote
1414

1515
autopwn_info({
1616
:ua_name => HttpClients::FF,
17-
:ua_minver => "17.0",
18-
:ua_maxver => "17.0.1",
17+
:ua_minver => "21.0",
18+
:ua_maxver => "23.0",
1919
:javascript => true,
20-
:rank => NormalRanking
20+
:rank => ExcellentRanking
2121
})
2222

2323
def initialize(info = {})

0 commit comments

Comments
 (0)