Petkoa
1005 pts. | Feb 24 2009 5:10PM GMT
On the local side run netstat. Under Win switches will be something like this:
netstat -a -p tcp -b
-a: all, including listening
-p tcp: protocol
-b: name of the program which opened the port (a good thing™ - so you can kill it!)
And follow the advice of Labnuke99 on tcpwrapping - novadays it generally just creates “a false sense of security”
BR,
Petko
KevinBeaver
7610 pts. | Feb 25 2009 3:48PM GMT
How about just connecting to it via FTP and see what it responds with?






