Added CVE reference

git-svn-id: file:///home/svn/framework3/trunk@12431 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-04-25 05:37:41 +00:00
parent 971b6f96f6
commit e39739231d
1 changed files with 11 additions and 5 deletions

View File

@ -27,11 +27,17 @@ class Metasploit3 < Msf::Auxiliary
'Version' => '$Revision$',
'Description' => %q{This module attempts to login to an Apache Axis2 v1.4.1
instance using username and password combindations indicated by the USER_FILE,
PASS_FILE, and USERPASS_FILE options.},
'Author' => [
'==[ Alligator Security Team ]==',
'Leandro Oliveira <leandrofernando[at]gmail.com>'
],
PASS_FILE, and USERPASS_FILE options.
},
'Author' =>
[
'==[ Alligator Security Team ]==',
'Leandro Oliveira <leandrofernando[at]gmail.com>'
],
'References' =>
[
[ 'CVE', '2010-0219' ],
],
'License' => MSF_LICENSE
)