4 Eylül 2011 Pazar

Linux server güvenliği

Linux server güvenliği

Php ini dosyamızı açıyoruz ,


pico /etc/php.ini 
nano /etc/php.ini ile php.ini
Kodları ile editlemek amacı ile açıyoruz.

Disabled functions kısmına ,

readfile,escapeshellarg,parse_ini_file,ini_alter,symlink,show_source,glob,posix_getpwuid,array_compare,array_user_key_compare,socket_create,exec,proc_get_status, proc_terminate, proc_nice, proc_open, php_getuid,allow_url_fopen, fin, pconnect, pcntl_exec, system, dl,passthruexec,shell_exec, proc_close, chown, chgrp, open_basedir, escapeshellcmd,escapeshellarg, fileread, passthru, popen, shell, execute
Fonksiyonlarını ekliyoruz.

Safe Mode kısmını : ON yapıyoruz.

Çıkıp kaydediyoruz.

Tekrar ssh'a girip

chmod 700 /usr/bin/perl
chmod 700 /bin/ls
chmod 700 /bin/ln
chmod 700 /bin/cat
chmod 700 /usr/bin/dir
Chmod değerlerini atıyoruz.

En son olarak ta httpd.conf dosyamızı açıp , içerisinde ki AddHandler cgi-script .cgi .pl .plx .ppl .perl değerlerini siliyoruz. Ve Sunucumuza reset atıyoruz bu kadar.
 Linux server güvenliği
http://f4cky0u.blogspot.com/2011/09/linux-server-guvenligi.html

Hiç yorum yok:

Yorum Gönder