Yikes Script Modded

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

    #16
    It has a shell script inside, so if you upload it to your host you site can be easily hacked[/b]

    thats prob why that site was hacked LMAO!




    Comment


      #17
      dam i just put mine up u telling me i got 2 do it all over again! just one probs i cant login

      Comment


        #18
        waaaaa... loads of nasty things inside this....

        Comment


          #19
          easy to blocking the .php shell ..

          in the

          /wallpapers/ or all the 777 CHMOD folder ..

          put the .htaccess in the 777 folder

          and the copy the code to block the .php extension ..



          Code:
          IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
          
          
          <Limit GET POST>
          order deny,allow
          deny from all
          allow from all
          </Limit>
          
          
          <Limit PUT DELETE>
          order deny,allow
          deny from all
          </Limit>
          
          <Files images>
          deny from all
          </Files>
          
          <Files *.php>
          deny from all
          </Files>
          
          <Files *.php.*>
          deny from all
          </Files>
          
          <Files *.php.php.*>
          deny from all
          </Files>

          Comment


            #20
            erm yeah SiLeNce and that&#39;ll stop the gallery etc working completely lol
            :p:p:p

            Comment


              #21
              Thanks for the edit there Gumslone mate, much appreciated
              :p:p:p

              Comment


                #22
                i can just as easily implement a shell script into a jpg then use c-sploiter to gain access to a server need to stop ppl from uploading them in 1st place and not simply blocking them so apply some common sense logic

                Comment

                Working...
                X