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

📄 cheopsng_clear_text_password.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## This script was written by Michel Arboi <mikhail@nessus.org># GPL...#if(description){ script_id(20162); script_version ("$Revision: 38 $"); script_name(english: "Cheops NG clear text authentication");  desc = "Synopsis :A Cheops NG agent is running on the remote host.Description :Cheops NG is running on this port.Users with a valid account on this machine can connect to this service and use it to map your network, port scan machines and identify running services.Passwords are transmitted in clear text and could be sniffed.More, using this Cheops agent, it is possible to brute forcelogin/passwords on this system.Solution:Configure Cheops to run on top of SSL or block this port from outside communication if you want to further restrict the use of Cheops.Risk factor :Risk factor :Medium / CVSS Base Score : 4 (AV:R/AC:H/Au:NR/C:P/A:N/I:P/B:C)"; script_description(english:desc); script_summary(english: "Cheops NG agent uses clear text passwords"); script_category(ACT_GATHER_INFO); script_copyright(english:"This script is Copyright (C) 2005 Michel Arboi"); script_family(english: "Service detection"); script_dependencie("cheopsNG_detect.nasl"); script_require_keys("cheopsNG/password"); exit(0);}port = get_kb_item("cheopsNG/password");if (port && get_port_transport(port) == ENCAPS_IP ) security_warning(port);

⌨️ 快捷键说明

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