Skip to content

Commit ea000d6

Browse files
author
jvazquez-r7
committed
updated authors
1 parent e503d59 commit ea000d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/exploits/multi/browser/java_jre17_jmxbean.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ def initialize( info = {} )
2727
vulnerability affects Java version 7u10 and earlier.
2828
},
2929
'License' => MSF_LICENSE,
30-
'Author' => [ 'egypt', 'sinn3r', 'juan vazquez' ],
30+
'Author' => [
31+
'Unknown', # Vulnerability discovery
32+
'egypt', # Metasploit module
33+
'sinn3r', # Metasploit module
34+
'juan vazquez' # Metasploit module
35+
],
3136
'References' => [
3237
[ 'URL', 'http://malware.dontneedcoffee.com/2013/01/0-day-17u10-spotted-in-while-disable.html' ],
3338
[ 'URL', 'http://labs.alienvault.com/labs/index.php/2013/new-year-new-java-zeroday/' ]

0 commit comments

Comments
 (0)