Skip to content

Commit 6e2d297

Browse files
committed
Credit the original vuln discoverer
1 parent 1fa488f commit 6e2d297

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

modules/exploits/unix/dhcp/bash_environment.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,17 @@ def initialize(info = {})
2727
time of exploitation, we achieve code execution by echoing our payload
2828
into /etc/crontab and clean it up when we get a shell.
2929
|,
30-
'Author' => [ 'egypt' ],
30+
'Author' =>
31+
[
32+
'Stephane Chazelas', # Vulnerability discovery
33+
'egypt' # Metasploit module
34+
],
3135
'License' => MSF_LICENSE,
3236
'Platform' => ['unix'],
3337
'Arch' => ARCH_CMD,
3438
'References' =>
3539
[
36-
['CVE', '2014-6271'],
40+
['CVE', '2014-6271']
3741
],
3842
'Payload' =>
3943
{

0 commit comments

Comments
 (0)