parent
1fa488f791
commit
6e2d297e0c
|
@ -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' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue