📄 eftp_directory_traversal.nasl
字号:
## This script was written by Michel Arboi <arboi@alussinan.org># starting from guild_ftp.nasl## See the Nessus Scripts License for details#if(description){ script_id(10933); script_bugtraq_id(3333); script_cve_id("CVE-2001-1109"); script_version("$Revision: 116 $"); name["english"] = "EFTP tells if a given file exists"; name["francais"] = "EFTP indique si un fichier existe"; script_name(english:name["english"], francais:name["francais"]); desc["english"] = "The remote FTP server can be used to determine if a givenfile exists on the remote host or not, by adding dot-dot-slashesin front of them. For instance, it is possible to determine the presenceof \autoexec.bat by using the command SIZE or MDTM on../../../../autoexec.batAn attacker may use this flaw to gain more knowledge aboutthis host, such as its file layout. This flaw is speciallyuseful when used with other vulnerabilities.Solution : update your EFTP server to 2.0.8.348 or change itRisk factor : Low"; desc["francais"] = "Le serveur FTP distant peut 阾re utilis
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -