Skip to content

Commit

Permalink
Change to AverageRanking
Browse files Browse the repository at this point in the history
Just to play with the firing order for Browser Autopwn, this one
should fire as late as possible.
  • Loading branch information
wchen-r7 committed Jun 7, 2013
1 parent 9c7b446 commit ea2895a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit::Remote
:classid => "{C80CAF1F-C58E-11D5-A093-006097ED77E6}",
:method => "ConnectToSynactis",
:os_name => OperatingSystems::WINDOWS,
:rank => NormalRanking
:rank => AverageRanking
})

def initialize(info={})
Expand Down

0 comments on commit ea2895a

Please sign in to comment.