How i security my server like this?

Mr.trung

New member
Joined
Dec 18, 2013
Messages
3
hi all
I want to config server like this, to security my server, please help me.
example I create user "A", witch domain "domain.com", and upload the r57.php shell
when user run command " cat /etc/passwd " at http://domain.com/r57.php, then they only see user A, and don't show all another user off server.
like this picture
upanh.vndailys.com-Untitled.jpg
 
I want to config server like this, to security my server, please help me.
example I create user "A", witch domain "domain.com", and upload the r57.php shell

Hello

run this commands with custombuild 2.0

Code:
cd /usr/local/directadmin/custombuild
./build update 
./build clamav yes
./build set php_ini yes
./build set suhosin_php_uploadscan yes
./build clamav
./build php d
./build php_ini
./build secure_php
./build suhosin

that should apply basic protection against malware
 
Back
Top