Nessus Plugin #11367

Plugin Index

Note: This file has been created from a downloaded version of the Nessus Plugins from http://www.nessus.org/. Therefore, the information here can be outdated.

Discard port open

Family:
Useless services
Category:
infos
Copyright:
This script is Copyright (C) 2003 StrongHoldNet
Summary:
Checks if the 'discard' port is open
Version:
$Revision: 1.2 $
Cve_id:
CAN-1999-0636
Bugtraq_id:
-
Xrefs:
-
Description:

The remote host is running a 'discard' service. This service
typically sets up a listening socket and will ignore all the
data which it receives.

This service is unused these days, so it is advised that you
disable it.


Solution :

- Under Unix systems, comment out the 'discard' line in /etc/inetd.conf
and restart the inetd process

- Under Windows systems, set the following registry key to 0 :
HKLM\System\CurrentControlSet\Services\SimpTCP\Parameters\EnableTcpDiscard

Then launch cmd.exe and type :

net stop simptcp
net start simptcp

To restart the service.


Risk factor : Low
Generiert am 27.04.2005 um 18:49:54 Uhr.