Skip to content

Commit 6ae578f

Browse files
committed
Add Stephane Chazelas as an author
1 parent b255540 commit 6ae578f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/auxiliary/admin/http/apache_mod_cgi_bash_env.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ def initialize(info = {})
1919
2020
Netcat with the -e (GAPING_SECURITY_HOLE) option is required.
2121
},
22-
'Author' => ['wvu'],
22+
'Author' => [
23+
'Stephane Chazelas', # Vulnerability discovery
24+
'wvu' # Metasploit module
25+
],
2326
'References' => [
2427
['CVE', '2014-6271'],
2528
['URL', 'https://securityblog.redhat.com/2014/09/24/bash-specially-crafted-environment-variables-code-injection-attack/'],

0 commit comments

Comments
 (0)