[Help] Anti Shell Injections Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Help] Anti Shell Injections Script

    Anyone help, how to make security with Anti Shell Injection from Hackers, Please i need this script to protected my site from attacker...???

    #2
    .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 

    Comment


      #3
      Wow thank's somethink else, but are u know how to protect from SQL injection also...?

      Comment


        #4
        Originally posted by mufasya View Post
        Wow thank's somethink else, but are u know how to protect from SQL injection also...?
        Go here bro.
        How to Secure Your PHP Script (PHP SECURITY)

        Comment


          #5
          Thank's V4ViSHAL... Ow i'm forget to use search keyword... ;)

          Comment

          Working...
          X