Add reference

bug/bundler_fix
Meatballs 2015-03-20 19:17:34 +00:00
parent 8cec8e68ac
commit 8ee520e749
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
2 changed files with 10 additions and 2 deletions

View File

@ -18,7 +18,11 @@ class Metasploit3 < Msf::Auxiliary
'Name' => 'GitLab Login Utility',
'Description' => 'This module attempts to login to a GitLab instance using a specific user/pass.',
'Author' => [ 'Ben Campbell' ],
'License' => MSF_LICENSE
'License' => MSF_LICENSE,
'References' =>
[
[ 'URL', 'https://labs.mwrinfosecurity.com/blog/2015/03/20/gitlab-user-enumeration/']
]
)
register_options(

View File

@ -25,7 +25,11 @@ class Metasploit3 < Msf::Auxiliary
",
'Author' => 'Ben Campbell',
'License' => MSF_LICENSE,
'DisclosureDate' => 'Nov 21 2014'
'DisclosureDate' => 'Nov 21 2014',
'References' =>
[
[ 'URL', 'https://labs.mwrinfosecurity.com/blog/2015/03/20/gitlab-user-enumeration/']
]
))
register_options(