jm_fluxay.nasl

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

NASL
50
字号
## This script was written by J鴖閜h Ml鴇zian鴚ski <joseph@rapter.net># # if(description){ script_id(11880); script_version ("$Revision: 38 $");# script_cve_id("CVE-2003-00002"); name["english"] = "Fluxay Sensor Detection"; script_name(english:name["english"]);  desc["english"] = "This host appears to be running Fluxay Sensor on this port.Fluxay Sensor is a Backdoor which allows an intruder gainremote access to files on your computer. Similar to SubSevenThis program is installs as a Service and is password protected.It protects itself so it is dificult to stop or remove.An attacker may use it to steal your passwords, or use this computer in other attacks.Solution : see www.rapter.net/jm3.htm for details on removalRisk factor : High"; script_description(english:desc["english"]);  summary["english"] = "Determines the presence of Fluxay Sensor";  script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);   script_copyright(english:"This script is Copyright (C) 2003 J.Ml鴇zian鴚ski"); family["english"] = "Backdoors"; script_family(english:family["english"]); script_dependencie("find_service2.nasl"); exit(0);}## The code starts here:#port = get_kb_item("Services/fluxay");if ( port ) security_hole(port);

⌨️ 快捷键说明

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