Skip to content

Commit bfadfda

Browse files
author
HD Moore
committed
Fix typo on match string for opera_configoverwrite
1 parent fde2687 commit bfadfda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/browser/opera_configoverwrite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Metasploit3 < Msf::Exploit::Remote
1717
autopwn_info({
1818
:ua_name => HttpClients::OPERA,
1919
:ua_maxver => "9.10",
20-
:os_name => [ OperatingSystems::Match::WINDOWS, OperatingSystems::Match::MAC_OSX, ],
20+
:os_name => [ OperatingSystems::Match::WINDOWS, OperatingSystems::Match::LINUX ],
2121
:javascript => true,
2222
:rank => ExcellentRanking, # reliable cmd exec, cleans up after itself
2323
:vuln_test => nil,

0 commit comments

Comments
 (0)