A while ago someone posted a list or a link to that list with all ports in it that were used for pop, smtp etc. Does anyone has that list?? Preferably also with the ports of exploits etc.
Some ports are open on my server, and i want to know which services are running on it.
Thanks
DaveC#
12-04-2001, 10:32 AM
http://advice.networkice.com/advice/Exploits/Ports/
I have two open ports on 6010 and 6011. Any suggestions what this could be. With a portscan the ports are being closed almost immediatly(don't have a long time-out like the port for pop and http.
I'm running a fresh redhat 7.2 installation with plask v2.0 installed. The server is up for two days, so i don't think it is something that doesn't belong there, but like to know for sure.
Thanks
Planet Z
12-04-2001, 05:11 PM
I think 601x is opened during SSH (X server).
Shouldn't be anything to worry about.
clocker1996
12-04-2001, 06:17 PM
/sbin/fuser -v PORT/tcp
e.g. /sbin/fuser -v 6011/tcp
ps -ef | grep the-output
cat /etc/services | grep 6011