Credit the original vuln discoverer

bug/bundler_fix 2014092602
jvazquez-r7 2014-09-26 13:45:09 -05:00
parent 1fa488f791
commit 6e2d297e0c
1 changed files with 6 additions and 2 deletions

View File

@ -27,13 +27,17 @@ class Metasploit3 < Msf::Exploit::Remote
time of exploitation, we achieve code execution by echoing our payload
into /etc/crontab and clean it up when we get a shell.
|,
'Author' => [ 'egypt' ],
'Author' =>
[
'Stephane Chazelas', # Vulnerability discovery
'egypt' # Metasploit module
],
'License' => MSF_LICENSE,
'Platform' => ['unix'],
'Arch' => ARCH_CMD,
'References' =>
[
['CVE', '2014-6271'],
['CVE', '2014-6271']
],
'Payload' =>
{