vnc_http.nasl

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

NASL
31
字号
## This script was written by Georges Dagousset <georges.dagousset@alert4web.com>## See the Nessus Scripts License for details#if(description){ script_id(10758); script_version ("$Revision: 38 $");# script_cve_id("CVE-MAP-NOMATCH"); name["english"] = "Check for VNC HTTP"; name["francais"] = "Check for VNC HTPP"; script_name(english:name["english"], francais:name["francais"]);  desc["english"] = "The remote server is running VNC.VNC permits a console to be displayed remotely.Solution: Disable VNC access from the network by using a firewall, or stop VNC service if not needed.Risk factor : Medium"; desc["francais"] = "Le serveur distant fait tourner VNC.VNC permet d'acceder la console a distance.Solution: Prot間ez l'acc鑣 

⌨️ 快捷键说明

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