unprotected_cheopsng.nasl
来自「漏洞扫描源码,可以扫描linux,windows,交换机路由器」· NASL 代码 · 共 45 行
NASL
45 行
## This script was written by Michel Arboi <mikhail@nessus.org># GPL...#if(description){ script_id(20161); script_version ("$Revision: 38 $"); script_name(english:"Cheops NG without password"); desc = "Synopsis :The remote service does not require a password for access. Description :The Cheops NG agent on the remote host is running withoutauthentication. Anyone can connect to this service and use it to mapyour network, port scan machines and identify running services. Solution:Restrict access to this port or enable authentication by starting theagent using the '-p' option. Risk factor :Medium / CVSS Base Score : 5 (AV:R/AC:L/Au:NR/C:P/A:N/I:P/B:C)"; script_description(english:desc); script_summary(english: "Cheops NG agent is running without authentication"); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2005 Michel Arboi"); script_family(english:"Misc."); script_dependencie("cheopsNG_detect.nasl"); script_require_keys("cheopsNG/unprotected"); exit(0);}port = get_kb_item("cheopsNG/unprotected");if (port) security_warning(port);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?