⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cobalt_cube_webmail_dir_trav.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## This script was written by Michel Arboi <arboi@alussinan.org>## GPL## Script audit and contributions from Carmichael Security <http://www.carmichaelsecurity.com>#      Erik Anderson <eanders@carmichaelsecurity.com>#      Added link to the Bugtraq message archive## References:# Date:  Thu, 05 Jul 2001 03:41:50 -0400# From: "KF" <dotslash@snosoft.com># To: bugtraq@securityfocus.com, recon@snosoft.com# Subject: Cobalt Cube Webmail directory traversal#if(description){ script_id(11073); script_cve_id("CVE-2001-1408"); script_version ("$Revision: 118 $");  name["english"] = "readmsg.php detection"; script_name(english:name["english"]);  desc["english"] = "/base/webmail/readmsg.php was detected.Some versions of this CGI allow remote users to read localfiles with the permission of the web server.Note that if the user has a shell access, this kind of attack is not interesting.*** OpenVAS just checked the presence of this file *** but did not try to exploit the flaw.   Solution : get a newer software from CobaltReference : http://online.securityfocus.com/archive/1/195165Risk factor : Low"; script_description(english:desc["english"]);  summary["english"] = "Checks for the presence of Cobal Cube webmail"; script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);   script_copyright(english:"This script is Copyright (C) 2002 Michel Arboi"); family["english"] = "CGI abuses"; script_family(english:family["english"]); script_dependencie("find_service.nes", "http_version.nasl"); script_require_ports("Services/www", 444); exit(0);}#include("http_func.inc");include("http_keepalive.inc");include("global_settings.inc");if ( report_paranoia < 2 ) exit(0);port = get_http_port(default:80);if ( ! get_port_state(port) ) exit(0);if ( ! can_host_php(port:port) ) exit(0);res = is_cgi_installed_ka(item:"/base/webmail/readmsg.php", port:port);if( res ) security_warning(port);# The attack is:# http://YOURCOBALTBOX:444/base/webmail/readmsg.php?mailbox=../../../../../../../../../../../../../../etc/passwd&id=1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -