This tip was submitted to the SearchSecurity Tip Exchange Contest by user John Bunker. Let other users know how useful it is and help John win a prize by rating the tip below.
Does your web server give out too much information? Here is how to discover what your Web server is telling the world and how to restrict that information if you have an Apache server.
On most Linux boxes you can use wget to probe a Web server.
wget -S 'www.sitename.com' will show Server: Apache/1.3.17 (Unix) PHP/4.0.4pl1 mod_perl/1.25 is running on sitename Web site. Or you can download ID Serve from Gibson Research at:Requires Free Membership to View
SearchSecurity.com members gain immediate and unlimited access to breaking industry news, virus alerts, new hacker threats, highly focused security newsletters, and more -- all at no cost. Join me on SearchSecurity.com today!
Michael S. Mimoso, Editorial DirectorIf your Apache is newer than 1.3.12, set ServerTokens Prod Server sends (for example)
Server: Apache Thereby only telling the world you are running Apache. We don't need to advertise that we are running php, mod_perl, etc., as well as the version running. We need to make the bad guys work harder than that.This was first published in March 2002