Add a "disclosure date" (applets were included in the first java release) and changing the title.

git-svn-id: file:///home/svn/framework3/trunk@12883 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2011-06-08 03:31:49 +00:00
parent 6aac03c6ce
commit c3c061334d
1 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Metasploit3 < Msf::Exploit::Remote
def initialize( info = {} )
super( update_info( info,
'Name' => 'Signed Applet Social Engineering Code Exec',
'Name' => 'Java Signed Applet Social Engineering Code Execution',
'Description' => %q{
This exploit dynamically creates a .jar file via the
Msf::Exploit::Java mixin, then signs the it. The resulting
@ -85,8 +85,10 @@ class Metasploit3 < Msf::Exploit::Remote
}
]
],
'DefaultTarget' => 1
'DefaultTarget' => 1,
'DisclosureDate' => 'Jan 23 1996'
))
register_options( [
OptString.new('CERTCN', [ true,
"The CN= value for the certificate. Cannot contain ',' or '/'",