Skip to content

Commit 75819d7

Browse files
committed
dhclient_bash_env: Naming consistency
1 parent fed897a commit 75819d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/dhcp/bash_environment.rb renamed to modules/exploits/unix/dhcp/dhclient_bash_env.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def initialize(info = {})
1212
super(
1313
update_info(
1414
info,
15-
'Name' => 'Dhclient Bash Environment Variable Injection (Shellshock)',
15+
'Name' => 'DHCP Client Bash Environment Variable Code Injection (Shellshock)',
1616
'Description' => %q{
1717
This module exploits the Shellshock vulnerability, a flaw in how the Bash shell
1818
handles external environment variables. This module targets dhclient by responding

0 commit comments

Comments
 (0)