arkoon.nasl

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

NASL
50
字号
#  This script was written by David Maciejak <david dot maciejak at kyxar dot fr>## This script is released under the GNU GPLv2if(description){ script_id(14377); script_version ("$Revision: 38 $"); name["english"] = "Arkoon identification"; name["francais"] = "Identification de Arkoon";  script_name(english:name["english"], francais:name["francais"]);  desc["english"] = "The remote host has the three TCP ports 822, 1750, 1751open.It's very likely that this host is an Arkoon security dedicatedappliance with ports TCP/822  dedicated to ssh service TCP/1750 dedicated to Arkoon Manager TCP/1751 dedicated to Arkoon MonitoringLetting attackers know that you are using an Arkoon appliance will help them to focus their attack or will make them change their strategy. You should not let them know such information.Solution : do not allow any connection on thefirewall itself, except for the firewall protocol, and allow that for trusted sourcesonly.If you have a router which performs packet filtering, then add ACL that disallows theconnection to these ports for unauthorizedsystems.See also : http://www.arkoon.netRisk factor : Low"; desc["francais"] = "Le syst鑝e distant a les trois ports TCP 822, 1750 et 1751 ouverts.Il est tr鑣 probable que ce syst鑝e soit enfait une appliance Arkoon d閐i

⌨️ 快捷键说明

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