Update source information

This commit is contained in:
sinn3r 2012-08-30 17:48:02 -05:00
parent f48fbaccb0
commit d37b52c9d3
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
// //
// CVE-2012-XXXX Java 0day // CVE-2012-4681 Exploit - See java_jre17_exec.rb
// PoC by Joshua J. Drake: https://twitter.com/jduck1337/status/239875285913317376
// Originally reported here: http://blog.fireeye.com/research/2012/08/zero-day-season-is-not-over-yet.html
// Oracle's Security Alert: http://www.oracle.com/technetwork/topics/security/alert-cve-2012-4681-1835715.html
// //
// reported here: http://blog.fireeye.com/research/2012/08/zero-day-season-is-not-over-yet.html
import java.applet.Applet; import java.applet.Applet;
import java.awt.Graphics; import java.awt.Graphics;