exploit-db-mirror/exploits/windows/remote/20065.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

8 lines
No EOL
516 B
Text

source: https://www.securityfocus.com/bid/1452/info
Guild Ftpd will not send files outside of the ftp root when they are specified by the ../ string in the path of the GET request. However due to the difference in the error messages it is able to determine if the file requested exists. The error message "Download failed" appears if the requested file exists and "Access denied" if it does not.
ftp> get ../filename
>PORT command successful.
>Opening ascii mode data connection for \../filename.
>Download failed.