Skip to content

Commit

Permalink
update java_rmi_server modules with CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin-tech committed Jun 2, 2017
1 parent abeecec commit 2924318
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/auxiliary/scanner/misc/java_rmi_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def initialize
[
# RMI protocol specification
[ 'URL', 'http://download.oracle.com/javase/1.3/docs/guide/rmi/spec/rmi-protocol.html'],
# Placeholder reference for matching
[ 'MSF', 'java_rmi_server']
[ 'URL', 'http://www.securitytracker.com/id?1026215'],
[ 'CVE', '2011-3556']
],
'DisclosureDate' => 'Oct 15 2011'
)
Expand Down
4 changes: 2 additions & 2 deletions modules/exploits/multi/misc/java_rmi_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def initialize(info = {})
[
# RMI protocol specification
[ 'URL', 'http://download.oracle.com/javase/1.3/docs/guide/rmi/spec/rmi-protocol.html'],
# Placeholder reference for matching
[ 'MSF', 'java_rmi_server']
[ 'URL', 'http://www.securitytracker.com/id?1026215'],
[ 'CVE', '2011-3556']
],
'DisclosureDate' => 'Oct 15 2011',
'Platform' => %w{ java linux osx solaris win },
Expand Down

0 comments on commit 2924318

Please sign in to comment.