Anyone help, how to make security with Anti Shell Injection from Hackers, Please i need this script to protected my site from attacker...???
[Help] Anti Shell Injections Script
Collapse
X
-
.htaccess :
PHP Code:RemoveHandler application/x-httpd-php .php
<FilesMatch ".(php|php5|php4|php3|phtml|phpt)$">
SetHandler x-httpd-php5-source
</FilesMatch>
<FilesMatch ".phps$">
SetHandler x-httpd-php5-source
</FilesMatch>
<Files .htaccess>
Order Deny,Allow
Deny from all
</Files>
RemoveType .pl .cgi .php .gif .php .jpg .php .png.php .php3 .php4 .php5 .xml .phtml .phtm .html .htm .wml .shtm .shtml
RemoveHandler .pl .cgi .php .gif .php .jpg .php .png .php .php3 .php4 .php5 .xml .phtml .phtm .html .htm .wml .shtm .shtml
-
Originally posted by mufasya View PostWow thank's somethink else, but are u know how to protect from SQL injection also...?
How to Secure Your PHP Script (PHP SECURITY)
Comment
Comment