Apache ve PHP'de sürüm bilgilerini gizleme
Apache ve PHP versiyonunun gösterilmesi açıklık olarak görülebilir. Netsparker Community edition tarama yapabilirsiz. Apache'de sürüm bilgisini engellemek için ServerTokens değerini Prod yapmalısınız. ServerTokens Prod Prod seçilirse sadece web sunucusunun türü(Apache) yazar. Başka bir bilgi görünmez. ServerTokens parametresinin alacağı değerlerin tam listesini http://httpd.apache.org/docs/2.2/mod/core.html#servertokens adresinden bulabilirsiniz. PHP'deki sürüm bilgisini kapatmak içinde /etc/php.ini dosyasındaki expose parametresi off yapılır. ; Decides whether PHP may expose the fact that it is installed on the server ; (e.g. by adding its signature to the Web server header). It is no security ; threat in any way, but it makes it possible to determine whether you use PHP ; on your server or not. ; http://www.php.net/manual/en/ini.core.php#ini.expose-php expose_php = off Değişikliklerin etkinleşmesi için Apache yeniden başlatılmalıdır. # /etc...