We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e9e97 commit b255540Copy full SHA for b255540
modules/auxiliary/admin/http/bash_env.rb renamed to modules/auxiliary/admin/http/apache_mod_cgi_bash_env.rb
@@ -11,7 +11,7 @@ class Metasploit4 < Msf::Auxiliary
11
12
def initialize(info = {})
13
super(update_info(info,
14
- 'Name' => 'Bash Specially-Crafted Environment Variables Code Injection Attack',
+ 'Name' => 'Bash Specially-Crafted Environment Variables Code Injection Attack via Apache mod_cgi',
15
'Description' => %q{
16
This module exploits a code injection in specially crafted environment
17
variables in Bash, specifically targeting Apache mod_cgi scripts through
0 commit comments