Update authors

bug/bundler_fix
dmohanty-r7 2016-02-19 11:53:17 -06:00
parent 115c63e4ba
commit 33aaeb4ac9
No known key found for this signature in database
GPG Key ID: D1B3982EAB38742F
1 changed files with 7 additions and 5 deletions

View File

@ -21,11 +21,13 @@ class Metasploit3 < Msf::Auxiliary
'Description' => %q{
TODO
},
'Author' => ['TODO'],
# 'References' =>
# [
# [ 'CVE', '1999-0502'] # Weak password
# ],
'Author' => [
'Samuel Huckins',
'Brent Cook',
'Peer Aagaard',
'Greg Mikeska',
'Dev Mohanty'
],
'License' => MSF_LICENSE
)