We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed897a commit 75819d7Copy full SHA for 75819d7
…s/exploits/unix/dhcp/bash_environment.rb …/exploits/unix/dhcp/dhclient_bash_env.rbmodules/exploits/unix/dhcp/bash_environment.rb renamed to modules/exploits/unix/dhcp/dhclient_bash_env.rb
@@ -12,7 +12,7 @@ def initialize(info = {})
12
super(
13
update_info(
14
info,
15
- 'Name' => 'Dhclient Bash Environment Variable Injection (Shellshock)',
+ 'Name' => 'DHCP Client Bash Environment Variable Code Injection (Shellshock)',
16
'Description' => %q{
17
This module exploits the Shellshock vulnerability, a flaw in how the Bash shell
18
handles external environment variables. This module targets dhclient by responding
0 commit comments