Skip to content

Commit 6ec8488

Browse files
committed
Land rapid7#5560, @wchen-r7 Changes ExcellentRanking to GoodRanking for MS14-064
2 parents d116f1e + 13a3f27 commit 6ec8488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/ms14_064_ole_code_execution.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'msf/core/exploit/powershell'
99

1010
class Metasploit4 < Msf::Exploit::Remote
11-
Rank = ExcellentRanking
11+
Rank = GoodRanking
1212

1313
include Msf::Exploit::Remote::BrowserExploitServer
1414
include Msf::Exploit::EXE

0 commit comments

Comments
 (0)