We can find out IP address of a domain name or URL. But how to find out Port number on which a domain name is hosted?
|
|
|||||
|
Can I specify a TCP/IP port number for my web-server in DNS? (Other than the standard port 80) |
|||
|
|
|
DNS server usually have a standard of ports used. But if it's different, you could try nmap and do a port scan like so:
|
|||
|
|
|
Port numbers are defined by convention. HTTP servers generally listen on port 80, ssh servers listen on 22. But there are no requirements that they do. |
|||
|
|