Skip to content

Commit ea2895a

Browse files
committed
Change to AverageRanking
Just to play with the firing order for Browser Autopwn, this one should fire as late as possible.
1 parent 9c7b446 commit ea2895a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/synactis_connecttosynactis_bof.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit::Remote
2222
:classid => "{C80CAF1F-C58E-11D5-A093-006097ED77E6}",
2323
:method => "ConnectToSynactis",
2424
:os_name => OperatingSystems::WINDOWS,
25-
:rank => NormalRanking
25+
:rank => AverageRanking
2626
})
2727

2828
def initialize(info={})

0 commit comments

Comments
 (0)