How do I reconfigure Apache/1.3.14 web server to return bogus informaion.
The problem being that the server type and version is identifiable when scanned from the Internet.
I can personally understand wanting to do this but don`t even know where to start!!
If you changed the version number and even the type, when scanned the returned version and type would show different from the actual "real" details.
This means that, lets say a hacker is looking for a server running apache 1.3.14 because that server has a particular security flaw that has just been discovered. They scan your site and the version returned is different so they ignore this machine at present rather than accessing your files.
If your returned version is the same as the one they are looking for then they try to gain access with this particular flaw, but no access is gained because you are not running the server they think you are...
Keeping up? No neither am I.. LOL
I will scout the internet to try and find an answer to this..
As far as I can see you need to edit the \wherever\apache_1.3.23\src\include\httpd.h file :
/*
* The below defines the base string of the Server: header. Additional
* tokens can be added via the ap_add_version_component() API call.
*
* The tokens are listed in order of their significance for identifying the
* application.
*
* "Product tokens should be short and to the point -- use of them for
* advertizing or other non-essential information is explicitly forbidden."
*
* Example: "Apache/1.1.0 MrWidget/0.1-alpha"
*/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.