Add vulnerability discoverer as author
parent
5c88ad41a8
commit
ff610dc752
|
@ -21,7 +21,11 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
the unsafe !!js/function tag, allowing to specify a self-executing function which results
|
||||
on execution of arbitrary javascript code.
|
||||
},
|
||||
'Author' => ['joev <jvennix[at]rapid7.com>'],
|
||||
'Author' =>
|
||||
[
|
||||
'Neal Poole', # Vulnerability discovery
|
||||
'joev <jvennix[at]rapid7.com>' # Metasploit module
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue