Skip to content

Commit 950fc46

Browse files
committed
Normalize description
1 parent aa5dc0a commit 950fc46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/multi/ftp/pureftpd_bash_env_exec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ def initialize(info = {})
1515
super(update_info(info,
1616
'Name' => 'Pure-FTPd External Authentication Bash Environment Variable Code Injection',
1717
'Description' => %q(
18-
This module exploits the code injection flaw known as shellshock which leverages specially
18+
This module exploits the code injection flaw known as Shellshock, which leverages specially
1919
crafted environment variables in Bash.
2020
2121
Please note that this exploit specifically targets Pure-FTPd compiled with the --with-extauth
22-
flag, and an external bash program for authentication. If the server is not set up this way,
23-
understand that even if the operating system is vulnerable to 'Shellshock', it cannot be
22+
flag, and an external Bash program for authentication. If the server is not set up this way,
23+
understand that even if the operating system is vulnerable to Shellshock, it cannot be
2424
exploited via Pure-FTPd.
2525
),
2626
'Author' =>

0 commit comments

Comments
 (0)