Security - How to Check Server Version using Telnet

1. Open Command Prompt

2. Run this command :

telnet www.test.com 80

3. If using Windows, the blank screen will appear.

4. Next, run this command :

OPTION * HTTP/1.0
and hit ENTER twice.

Comments