added CVE references

git-svn-id: file:///home/svn/framework3/trunk@7499 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2009-11-13 22:54:10 +00:00
parent f011c7d580
commit cd11c784e0
2 changed files with 7 additions and 1 deletions

View File

@ -21,7 +21,12 @@ class Metasploit3 < Msf::Auxiliary
},
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>' ],
'License' => MSF_LICENSE,
'Version' => '$Rev$'))
'Version' => '$Rev$'
'References' =>
[
['CVE', '1999-0532'],
]
))
register_options(
[
OptString.new('DOMAIN', [ true, "The target domain name"]),

View File

@ -35,6 +35,7 @@ class Metasploit3 < Msf::Exploit::Remote
[
['URL', 'http://milw0rm.com/exploits/9541'],
['BID', '36189'],
['CVE', '2009-3023'],
],
'DefaultOptions' =>
{