14,958
edits
| Line 34: | Line 34: | ||
=== check the service port === | === check the service port === | ||
telnet | telnet | ||
# telnet localhost 80 | # telnet ''DOMAIN_or_IP'' ''PORT'' ex: {{kbd | key = telnet localhost 80}} or {{kbd | key = telnet 127.0.0.1 80}} | ||
# | # (after telnet-ed the web 80 port, key in) {{kbd_plus | key1 = get | key2 = SPACE}} | ||
netstat ex: find MySQL 3306 port | netstat ex: find MySQL 3306 port | ||
# netstat -a | find "3306" | # {{kbd | key = netstat -a | find "3306"}} | ||
# more on [http://www.techrepublic.com/blog/security/list-open-ports-and-listening-services/443 List open ports and listening services] | |||
tools | tools | ||