Results 1 to 2 of 2
Does anybody know how could I check if a remote server is set to listen from a particular port, for connections from my own computer?
It's important to notice that ...
- 07-12-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 1
check if remote port is listening or not
Does anybody know how could I check if a remote server is set to listen from a particular port, for connections from my own computer?
It's important to notice that I don't want to check it interactively (Up to now, I've been doing it by "telnet $ip/host $port" ; and then closing the sessioń).
But I want to get this information automatically, using a script.
- 07-13-2011 #2Just Joined!
- Join Date
- Jul 2011
- Posts
- 2
you could use nmap, then grep/sed the results?


Reply With Quote