psybnc_check.nasl

来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· NASL 代码 · 共 45 行

NASL
45
字号
if(description){  script_id(14687);  script_version ("$Revision: 38 $");  name["english"] = "psyBNC Server Detection";  script_name(english:name["english"]);  desc["english"] = "The remote host appears to be running psyBNC on this port.psyBNC is an 'easy-to-use, multi-user, permanent IRC-Bouncer with many features. Some of its features include symmetric ciphering of talk and connections (Blowfish and IDEA),the possibility of linking multiple bouncers to an internal network including a shared partyline, vhost- and relay support to connected bouncers and an extensive online help system.'The presence of this service indicates a high possibility that your server has been compromised by a remote attacker.  The only sure fix is to reinstall from scratch.See also :  http://www.psybnc.info/about.html http://www.psychoid.net/start.htmlSolution : Make sure the presence of this service is intendedRisk Factor : High";  script_description(english:desc["english"]);  summary["english"] = "Check for the presence of psyBNC.";  script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);  script_copyright(english:"This script is Copyright (C) 2004 Scott Shebby");  family["english"] = "General";  script_family(english:family["english"]);  script_dependencies("find_service2.nasl");  exit(0);}# The detection is in find_service2.naslport = get_kb_item("Services/psyBNC");if ( port ) security_hole(port:port, data:banner);

⌨️ 快捷键说明

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