C
C
Chvalov2016-02-01 00:12:45
Apache HTTP Server
Chvalov, 2016-02-01 00:12:45

How to hide Apache and Centos robot so that wappalyzer doesn't detect them?

Tell me where to pick to hide the traces of using apach, php and the operating system (Centos)
well, or to give other values

Answer the question

In order to leave comments, you need to log in

3 answer(s)
C
Chvalov, 2016-02-01
@Chvalov

Useful reading - php.net/manual/ru/security.hiding.php and yapro.ru/web-master/unix/podklyuchenie-php-i-zashi...
php.ini
.htaccess

ServerSignature Off //Отключить вывод информации о сервере

A
Andrey, 2016-02-01
@VladimirAndreev

as an option - in .htaccess redefine headers with OS data, php version, etc.

Z
zooks, 2016-02-01
@zooks

A working solution is to put nginx instead of Apache. Then the operating system does not "fire".
All that remains is to hide the PHP version in php.ini:
expose_php = off

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question