File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
modules/exploits/multi/ftp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ def initialize(info = {})
15
15
super ( update_info ( info ,
16
16
'Name' => 'Pure-FTPd External Authentication Bash Environment Variable Code Injection' ,
17
17
'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
19
19
crafted environment variables in Bash.
20
20
21
21
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
24
24
exploited via Pure-FTPd.
25
25
) ,
26
26
'Author' =>
You can’t perform that action at this time.
0 commit comments