Anti Symlink VPS ( can't read /etc/named.conf ). Cara settingNya bagaimana sih?


Status
Not open for further replies.

voezie

Hosting Guru
coba run ini di server:
/usr/bin/find /home/*/public_html/ -type f -name 'settings.php' -print0 | xargs -0 chmod 400
/usr/bin/find /home/*/public_html/ -type f -name 'configuration.php' -print0 | xargs -0 chmod 400
/usr/bin/find /home/*/public_html/ -type f -name 'wp-config.php' -print0 | xargs -0 chmod 400
/usr/bin/find /home/*/public_html/ -type f -name 'config.php' -print0 | xargs -0 chmod 400

command ini sebaiknya dimasukkan ke cronjob, karena jika ada account baru tetap masih rawan symlinks
 

xevil

Beginner 1.0
Hacker sekarang pada galak-galak om, mending galakin lagi aja :D

Code:
[root@xevil ]# chmow 400 /bin/ln
[root@xevil ]# chown root:root /bin/ln
 
Status
Not open for further replies.

Top