Skip to content

Commit 4adf429

Browse files
committed
Adds one more ref
1 parent 23ef828 commit 4adf429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/browser/java_jre17_jmxbean.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ def initialize( info = {} )
3939
[ 'CVE', '2013-0422' ],
4040
[ 'US-CERT-VU', '625617' ],
4141
[ 'URL', 'http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html' ],
42-
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ]
42+
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ],
43+
[ 'URL', 'http://pastebin.com/cUG2ayjh' ] #Who authored the code on pastebin? I can't read Russian :-(
4344
],
4445
'Platform' => [ 'java', 'win', 'osx', 'linux' ],
4546
'Payload' => { 'Space' => 20480, 'BadChars' => '', 'DisableNops' => true },

0 commit comments

Comments
 (0)