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

📄 cp-firewall-auth.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
# This script was written by Yoav Goldberg <yoavg@securiteam.com># (rd: description re-phrased)## Body of a script#if(description){ script_id(10675); script_version ("$Revision: 38 $"); script_name(english:"CheckPoint Firewall-1 Telnet Authentication Detection"); script_description(english:"A Firewall-1 Client Authentication Server is running on this port.Such an element allows an intruder to attempt to log intothe remote network or to gather a list of valid user namesby a brute-force attack.Solution : if you do not use this service, disable it.Risk factor : Low"); script_summary(english:"The remote CheckPoint Firewall-1 can be accessed via a telnet interface"); script_category(ACT_GATHER_INFO); script_family(english:"Firewalls"); script_copyright(english:"This script is Copyright (C) 2001 SecuriTeam"); script_dependencies("find_service.nes"); script_require_ports(259); exit(0);}## Actual script starts here#include("telnet_func.inc");port = 259;if(get_port_state(259)){ data = get_telnet_banner(port: 259); if(data) {  if("Check Point FireWall-1 Client Authentication Server running on" >< data)  	security_warning(259); }} 

⌨️ 快捷键说明

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