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 de65ab0 commit 162e420Copy full SHA for 162e420
modules/auxiliary/scanner/http/apache_mod_cgi_bash_env.rb
@@ -13,7 +13,7 @@ class Metasploit4 < Msf::Auxiliary
13
14
def initialize(info = {})
15
super(update_info(info,
16
- 'Name' => 'Apache mod_cgi Bash Environment Variable Code Injection',
+ 'Name' => 'Apache mod_cgi Bash Environment Variable RCE Scanner',
17
'Description' => %q{
18
This module exploits a code injection in specially crafted environment
19
variables in Bash, specifically targeting Apache mod_cgi scripts through
0 commit comments