14,958
edits
| Line 13: | Line 13: | ||
=== case 2: Where are you? localhost where the application located === | === case 2: Where are you? localhost where the application located === | ||
If you has permission to log in the server via SSH or Remote desktop service. open the browser | If you has permission to log in the server via SSH or Remote desktop service. | ||
* (1)open the browser, (2)type the address: {{kbd | key = <nowiki>http://127.0.0.1</nowiki> }} | |||
* {{Gd}} [http://www.canyouseeme.org/ Open Port Check Tool]: ''Using browser'' to check the specified port of local machine from canyouseeme.org. | * {{Gd}} [http://www.canyouseeme.org/ Open Port Check Tool]: ''Using browser'' to check the specified port of local machine from canyouseeme.org. | ||
* Linux command: {{kbd | key = <nowiki>lynx http://127.0.0.1</nowiki> }} for {{Linux}} | |||
telnet | telnet | ||
| Line 23: | Line 24: | ||
netstat ex: find MySQL 3306 port | netstat ex: find MySQL 3306 port | ||
# {{kbd | key = <nowiki>netstat -a | find "3306"</nowiki>}} (note: require the '''double quote''' symbol, not single quote symbol) | # {{kbd | key = <nowiki>netstat -a | find "3306"</nowiki>}} (note: require the '''double quote''' symbol, not single quote symbol) for {{Win}} | ||
# more on [http://www.techrepublic.com/blog/security/list-open-ports-and-listening-services/443 List open ports and listening services] | # more on [http://www.techrepublic.com/blog/security/list-open-ports-and-listening-services/443 List open ports and listening services] | ||