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

📄 jm_fluxay.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -