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

📄 calendar_scheduler_xss.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## Script by Noam Rathaus GPLv2## "Alberto Trivero" <trivero@jumpy.it># Multiple vulnerabilities in Topic Calendar 1.0.1 for phpBB# 2005-03-24 02:14if(description){ script_id(17613); script_version("$Revision: 38 $"); script_cve_id("CAN-2005-0872"); script_bugtraq_id(12893);  name["english"] = "Topic Calendar XSS"; script_name(english:name["english"]);  desc["english"] = "Synopsis : The remote web server contains a PHP script which is vulnerable to a crosssite scripting issue.Description :The remote host is running Topic Calendar, a module for phpBB which addscalendaring support to phpBB.Due to improper filtering done by the script 'calendar_scheduler.php' aremote attacker can cause the Topic Calendar product to include arbitraryHTML and/or JavaScript.Solution : Disable this module or upgrade to a newer versionRisk factor :  Low / CVSS Base Score : 3 (AV:R/AC:H/Au:NR/C:P/A:N/I:N/B:C)"; script_description(english:desc["english"]);  summary["english"] = "Checks for the presence of a Topic Calendar XSS";  script_summary(english:summary["english"]);  script_category(ACT_ATTACK);  script_copyright(english:"This script is Copyright (C) 2005 Noam Rathaus"); family["english"] = "CGI abuses : XSS"; script_family(english:family["english"]); script_dependencie("cross_site_scripting.nasl"); script_require_ports("Services/www", 80); exit(0);}## The script code starts here#include("http_func.inc");include("http_keepalive.inc");port = get_http_port(default:80);if(!get_port_state(port))exit(0);if(!can_host_php(port:port))exit(0);if (  get_kb_item(string("www/", port, "/generic_xss")) ) exit(0);function check(loc){ req = http_get(item: string(loc, '/calendar_scheduler.php?start="><script>foo</script>'), port:port); r = http_keepalive_send_recv(port:port, data:req, bodyonly:1); if( r == NULL )exit(0); if('start="><script>alert(document.cookie)</script>" class=' >< r) {  security_note(port);  exit(0); }}foreach dir ( cgi_dirs() ){ check(loc:dir);}

⌨️ 快捷键说明

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