carabusu Posted May 9, 2007 Posted May 9, 2007 (edited) q:how can i find if port 1521 is open and for what is it open? (port 1521/tcp is open for oracle) sorry for the name off the topic; ive seen leater that it has another name than the one i was thinking of (dont know why....my mistake) Edited May 9, 2007 by carabusu
erebus Posted May 9, 2007 Posted May 9, 2007 Theoritically if you telnet a listening port, it always gives a sort of reply. So in general if telneting a port gives you a reply, the port is open and in listening state.As far as the "what for" part is concerned, there is no way of knowing what service is running behind a port. Not even Windows know that. The only you can do is to use a file which contains all the registered ports and their services, so as to identify each port (assuming that you would be right). For example you can assume that port 80 is listening to an httpd request, but this is not always true as you can manually define a port to any service you want (i.e. you can make FTP to listen to port 80 if you like and so on).Also have a look here for more info on registered ports.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now