vnc.nasl

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

NASL
51
字号
## This script was written by Patrick Naubert# This is version 2.0 of this script.## Modified by Georges Dagousset <georges.dagousset@alert4web.com> :#	- warning with the version#	- detection of other version#	- default port for single test## See the Nessus Scripts License for details# desc["english"] = "Synopsis :The remote host is running a remote display software (VNC)Description :The remote server is running VNC, a software which ermits a console to be displayed remotely.This allows authenticated users of the remote host to take its control remotely.Solution : Make sure the use of this software is done in accordance with yourcorporate security policy, filter incoming traffic to this port.Risk factor : None";if(description){ script_id(10342); script_version ("$Revision: 38 $");# script_cve_id("CVE-MAP-NOMATCH"); name["english"] = "Check for VNC"; name["francais"] = "Check for VNC"; script_name(english:name["english"], francais:name["francais"]);  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 + -
显示快捷键?