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

📄 viralator.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
# kst-gpl# This script was written by Renaud Deraison <deraison@cvs.nessus.org># GPL# References:# http://marc.info/?l=bugtraq&m=100463639800515&w=2if(description){ script_id(80093);; script_version ("$Revision: 1.10 $"); script_bugtraq_id(3495); script_cve_id("CVE-2001-0849"); name["english"] = "viralator"; script_name(english:name["english"]);  desc["english"] = "The CGI 'viralator.cgi' is installed.Some versions of this CGI are don't check properly the userinput and allow anyone to execute arbitrary commands withthe privileges of the web server** No flaw was tested. Your script might be a safe version.Solutions : Upgrade this script to version 0.9pre2 or newerRisk factor : High"; script_description(english:desc["english"]);  summary["english"] = "Checks for the presence of /cgi-bin/viralator.cgi"; script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);   script_copyright(english:"This script is Copyright (C) 2002 Renaud Deraison"); family["english"] = "CGI abuses"; family["francais"] = "Abus de CGI"; script_family(english:family["english"], francais:family["francais"]); script_dependencie("find_service1.nasl", "no404.nasl"); script_require_ports("Services/www", 80); 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);res = is_cgi_installed_ka(item:"viralator.cgi", port:port);if( res )security_hole(port);

⌨️ 快捷键说明

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