[align=LEFT]Hello To All Iranhack Members
This cod is for more security in Linux Os-Server and disable shells and rootkits funtions[/align]
[align=LEFT]PHP.INI settings: Disable exec, shell_exec, system, popen and Other Functions To Improve Security
Enter Ssh
Edit php.ini
[php]
vi /etc/php.ini
[/php]
Find this funtions ====> disable_functions
Set this Code
[php]
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,c url_exec,curl_multi_exec,parse_ini_file,show_sourc e
[/php]
next
save and reset
service httpd restart
[/align]
This cod is for more security in Linux Os-Server and disable shells and rootkits funtions[/align]
[align=LEFT]PHP.INI settings: Disable exec, shell_exec, system, popen and Other Functions To Improve Security
Enter Ssh
Edit php.ini
[php]
vi /etc/php.ini
[/php]
Find this funtions ====> disable_functions
Set this Code
[php]
disable_functions =exec,passthru,shell_exec,system,proc_open,popen,c url_exec,curl_multi_exec,parse_ini_file,show_sourc e
[/php]
next
save and reset
service httpd restart
[/align]