Add reference
parent
8cec8e68ac
commit
8ee520e749
|
@ -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(
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue