Skip to content

Commit b255540

Browse files
committed
Rename module
I don't think we're gonna make a supermodule like we had hoped.
1 parent 31e9e97 commit b255540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/bash_env.rb renamed to modules/auxiliary/admin/http/apache_mod_cgi_bash_env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Metasploit4 < Msf::Auxiliary
1111

1212
def initialize(info = {})
1313
super(update_info(info,
14-
'Name' => 'Bash Specially-Crafted Environment Variables Code Injection Attack',
14+
'Name' => 'Bash Specially-Crafted Environment Variables Code Injection Attack via Apache mod_cgi',
1515
'Description' => %q{
1616
This module exploits a code injection in specially crafted environment
1717
variables in Bash, specifically targeting Apache mod_cgi scripts through

0 commit comments

Comments
 (0)