View previous topic :: View next topic |
Author |
Message |
hama n00b
Joined: 17 Jan 2004 Posts: 42
|
Posted: Tue Jan 20, 2004 6:57 pm Post subject: Apache version info |
|
|
Is it possible to change what Apache tell about server:
Apache/2.0.48 (Gentoo/Linux) mod_ssl/2.0.48 OpenSSL/0.9.6k PHP/4.3.4 Server at domain.com Port 80
I like to change: "Gentoo/Linux" to "MS Windows IIS" =) |
|
Back to top |
|
|
Earthwings Bodhisattva
Joined: 14 Apr 2003 Posts: 7753 Location: Germany
|
Posted: Tue Jan 20, 2004 7:37 pm Post subject: |
|
|
Nearly everything is possible in Gentoo, but advanced features like this are only included in Microsoft Linux. |
|
Back to top |
|
|
kashani Advocate
Joined: 02 Sep 2002 Posts: 2032 Location: San Francisco
|
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Wed Jan 21, 2004 12:58 am Post subject: |
|
|
You should always have the ServerTokens directive to ProductOnly as this only advertises that it's an Apache server. No OS, version or module info is exposed.
There are other ways to tell if it's an Apache, IIS, etc server so this is harmless and good
If the version or modules were exposed then an attack is easier as the attacker knows weakness in the version. |
|
Back to top |
|
|
soulwarrior Guru
Joined: 21 Oct 2002 Posts: 331
|
Posted: Fri Jan 21, 2005 10:15 am Post subject: |
|
|
I think this only helps to hide the Apache version from simple scan attempts, as there exists tools like httprint, which can perform webserver fingerprinting with several criterias comparable to the os-fingerprinting from nmap. |
|
Back to top |
|
|
|