reference updates
git-svn-id: file:///home/svn/framework3/trunk@9225 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
c71ca00efb
commit
0c63df8db5
|
@ -35,6 +35,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '64340'],
|
||||
|
||||
],
|
||||
'Actions' =>
|
||||
|
|
|
@ -25,7 +25,11 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
'Author' => [ 'hdm' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Version' => '$Revision$'
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'OSVDB', '64341'],
|
||||
]
|
||||
))
|
||||
|
||||
register_options([Opt::RPORT(445)], self.class)
|
||||
|
|
|
@ -27,7 +27,11 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'License' => MSF_LICENSE,
|
||||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[ [ 'URL', 'http://milw0rm.com/exploits/6863'] ],
|
||||
[
|
||||
[ 'CVE', '2008-1311'],
|
||||
[ 'OSVDB', '42932'],
|
||||
[ 'URL', 'http://milw0rm.com/exploits/6863']
|
||||
],
|
||||
'DisclosureDate' => 'Oct 29 2008'))
|
||||
|
||||
register_options([Opt::RPORT(69)])
|
||||
|
|
|
@ -29,6 +29,8 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'Version' => '$Revision$',
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2007-3389'],
|
||||
[ 'OSVDB', '37643'],
|
||||
[ 'URL', 'https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1394'],
|
||||
],
|
||||
'DisclosureDate' => 'February 22 2007'))
|
||||
|
|
|
@ -30,6 +30,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2008-1562' ],
|
||||
[ 'OSVDB', '43840' ],
|
||||
],
|
||||
'DisclosureDate' => 'Mar 28 2008')
|
||||
|
||||
|
|
|
@ -28,6 +28,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'References' =>
|
||||
[
|
||||
['CVE', '1999-0532'],
|
||||
['OSVDB', '492'],
|
||||
]
|
||||
))
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2009-0836' ],
|
||||
[ 'OSVDB', '55615'],
|
||||
[ 'BID', '34035' ],
|
||||
],
|
||||
'DisclosureDate' => 'Mar 9 2009',
|
||||
|
|
|
@ -26,6 +26,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
'References' =>
|
||||
[
|
||||
['CVE', '2010-0103'],
|
||||
['OSVDB', '62782'],
|
||||
['URL', 'http://www.kb.cert.org/vuls/id/154421']
|
||||
],
|
||||
'License' => MSF_LICENSE
|
||||
|
|
Loading…
Reference in New Issue