Hi,
I'm using Windows ME. When I executed netstat I saw, that there is a
program, which listens to port 5000 :
| C:\>netstat -a -n
|
| Aktive Verbindungen
|
| Proto Lokale Adresse Remoteadresse Status
| TCP 0.0.0.0:2412 0.0.0.0:0 ABH?REN
| TCP 0.0.0.0:5000 0.0.0.0:0 ABH?REN
| UDP 127.0.0.1:1900 *:*
I connected to this port with telnet, but whatever I typed, I always got
the answer:
| HTTP/1.1 400 Bad Request
Does anyone know, what this might be?
I don't think, that it is a HTTP server, because it didn't accept any
HTTP requests.