Fixing Author Declaration
I had accidentally listed myself three times as the author. Fixing that issue so that I am only declaring myself once.bug/bundler_fix
parent
c0a3691817
commit
69400cf280
|
@ -16,7 +16,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
super(
|
||||
'Name' => 'Jenkins-CI Login Utility',
|
||||
'Description' => 'This module simply attempts to login to a Jenkins-CI instance using a specific user/pass.',
|
||||
'Author' => [ 'NS', 'Nicholas Starke <starke.nicholas[at]gmail.com>', 'nstarke' ],
|
||||
'Author' => [ 'Nicholas Starke <starke.nicholas[at]gmail.com>' ],
|
||||
'License' => MSF_LICENSE
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue