Is there any program or command that I can use to detect what webserver a website is using? With webserver I mean in software i.e. IIS 6, Apache or nginx.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
You can use Netcraft What's That Site Running for a one off query. You can use
Which will dump the server headers into a new file index.html which you can then view in a text editor. Eg, for this site:
|
|||
|
|
|
For a public website, you can use Netcraft - http://netcraft.com/. It allows you to plug in a website's address, and it will analyze the headers and tell you the webserver in use. |
|||
|
|