Skip to content

Commit f8b668e

Browse files
committed
Update ranking and References
1 parent 6a50b15 commit f8b668e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/exploits/multi/browser/adobe_flash_hacking_team_uaf.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
require 'msf/core'
77

88
class Metasploit3 < Msf::Exploit::Remote
9-
Rank = GoodRanking
9+
Rank = GreatRanking
1010

1111
include Msf::Exploit::Remote::BrowserExploitServer
1212

@@ -35,9 +35,10 @@ def initialize(info={})
3535
],
3636
'References' =>
3737
[
38+
['CVE', '2015-5119'],
39+
['URL', 'https://helpx.adobe.com/security/products/flash-player/apsa15-03.html'],
3840
['URL', 'http://blog.trendmicro.com/trendlabs-security-intelligence/unpatched-flash-player-flaws-more-pocs-found-in-hacking-team-leak/'],
39-
['URL', 'https://twitter.com/w3bd3vil/status/618168863708962816'],
40-
['CVE', '2015-5119']
41+
['URL', 'https://twitter.com/w3bd3vil/status/618168863708962816']
4142
],
4243
'Payload' =>
4344
{

0 commit comments

Comments
 (0)