napster_detect.nasl

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

NASL
39
字号
## Copyright (C)2000 by Noam Rathaus <noamr@securiteam.com>, Beyond Security Ltd.## Modifications by rd :##	- comment slightly changed#	- added a solution#	- risk gravity : medium -> low#	- french translation#	- script_id## See the Nessus Scripts License for details#if(description){ script_id(10344); script_version ("$Revision: 38 $");   name["english"] = "Detect the presence of Napster"; name["francais"] = "Detection de la pr閟ence de Napster"; script_name(english:name["english"], 	     francais:name["francais"]);  desc["english"] = "Napster is running on a remote computer. Napster is used to share MP3 across the network, and can be misused (by modifying the three first bytes of a target file) to transfer any file off a remote site.Solution : filter this port if you do not want your network           users to exchange MP3 files or if you fear	   that Napster may be used to transfer any non-mp3 file	   Risk factor : Low"; desc["francais"] = "Napster tourne sur ce syst鑝e.Napster est utilis

⌨️ 快捷键说明

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