Adding credit to original PoC guy for RuggedCom

Just added and commented. It'd be nice to have a real spot for this kind
of credit, because it comes up a lot and it's hard to parse out in a
machine way who 'wrote' the module and who came up with the exploit.
unstable
Tod Beardsley 2012-05-16 13:47:15 -05:00
parent 0b2a8e0b70
commit 7a78c99c5e
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ class Metasploit3 < Msf::Auxiliary
[ 'EDB', '18779' ],
[ 'URL', 'http://www.kb.cert.org/vuls/id/889195' ]
],
'Author' => ['Borja Merino <bmerinofe[at]gmail.com>'],
'Author' => [
'Borja Merino <bmerinofe[at]gmail.com>',
'jc' # ExploitDB PoC
],
'License' => MSF_LICENSE
))