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

📄 bizdb1_search.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
  ## Locate /cgi-bin/bizdb1-search.cgi### This plugin was written in NASL by RWT roelof@sensepost.com 26/4/2000# Regards,# Roelof@sensepost.comif(description){ script_id(10383); script_bugtraq_id(1104); script_version ("$Revision: 118 $"); script_cve_id("CVE-2000-0287"); name["english"] = "bizdb1-search.cgi located"; script_name(english:name["english"]); desc["english"] = "BizDB is a web database integration productusing Perl CGI scripts. One of the scripts,bizdb-search.cgi, passes a variable'scontents to an unchecked open() call andcan therefore be made to execute commandsat the privilege level of the webserver.The variable is dbname, and if passed asemicolon followed by shell commands theywill be executed. This cannot be exploitedfrom a browser, as the software checks fora referrer field in the HTTP request. Avalid referrer field can however be createdand sent programmatically or via a networkutility like netcat.see also : http://www.hack.co.za/daem0n/cgi/cgi/bizdb.htmRisk factor : High"; script_description(english:desc["english"]); summary["english"] = "Determines the presence of cgi-bin/bizdb1-search.cgi"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2000 Roelof Temmingh <roelof@sensepost.com>"); family["english"] = "CGI abuses"; family["francais"] = "Abus de CGI"; script_family(english:family["english"], francais:family["francais"]); script_dependencie("http_version.nasl"); script_require_ports("Services/www", 80); exit(0);}## The script code starts here#include("http_func.inc");include("http_keepalive.inc");include("global_settings.inc");if ( report_paranoia < 2 ) exit(0);port = get_http_port(default:80);cgi = string("bizdb1-search.cgi");res = is_cgi_installed_ka(item:cgi, port:port);if( res ) {	if ( is_cgi_installed_ka(item:"openvas" + rand() + ".cgi", port:port) ) exit(0);	security_hole(port);}

⌨️ 快捷键说明

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