I need a fuckin answer, please

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ZCurve
    Confirmed User
    • Jul 2007
    • 113

    #1

    I need a fuckin answer, please

    Please everyone:

    Can someone add a redirect script to my site without my knowledge? How can I find that out? How can I prevent that? If it's there, how can I get rid of it?

    I submitted couple of galleries to the hun...
    First: The hun's bot says http://www.teensweek.com/master/1006.html has a redirect <META HTTP-EQUIV="Refresh" CONTENT="0.1"> which was not really there. It does not show on the page source. I did not add that META.

    Second: the bot says http://www.thisispussy.com/jessica_difeo.html is rediecting to /jessica_difeo.html?6b3ce290 and I have no clue how could that be or what it means.

    Could it be that someone hacked my site and is redirecting my traffic? I found a script in my cgi-bin that I did not put there...it looks legit but I never put it there myself...the first part of it reads:
    #!/usr/local/bin/perl

    use Cwd;

    $dir = getcwd;

    if($^O eq "MSWin32"){
    $sep = "\\";
    } else {
    $sep = "/";
    }

    print "Content-type: text/html\n\n";

    #Get current user dir. Stored in $dir
    $index = index($dir, user) + 5;
    $rel_path = substr($dir, $index);
    $dir =~ s/cgi-bin/htdocs/;
    $dir = $dir.$sep."awstats";

    #Open $dir and read subdirectories, stored in @dirs
    opendir(DIR, $dir) || die "can't opendir $dir: $!";
    @dirs = grep { !/^\./ && -d "$dir/$_" } readdir(DIR);
    closedir DIR;

    if($rel_path =~ m/(\d+)/){
    $rel_path = $1;
    }
    Care to exchange hard links? email me: webmaster at teensweek dot com
  • D Ghost
    null
    • May 2006
    • 9819

    #2
    Of course it's possible someone could have hacked your site, thats always possible.

    Comment

    • Kelli58
      Confirmed User
      • Aug 2006
      • 2270

      #3
      Page hacking isn't uncommon ... you (or your server admin) need to check the permissions on your pages.

      As for the script in your server, that sounds more like a flat out server hack. You should contact your web hosting company immediately, tell him what you found and have them help you sort through it all and have them up your security. At the very least you need to find out how they got into your server and close that up.
      💎 Earn Money by Helping Content Creators Earn More. 💎 The most unique affiliate program in the game. There are more than 1.5 million OnlyFans creators. Here's your chance to make money from them!

      Comment

      • CIVMatt
        Amateur Pimpin
        • Aug 2004
        • 13075

        #4
        You are more then likely using a shitty host and someone got in though permissions like they said.
        Make easy money with Webcams

        Comment

        • directfiesta
          Too lazy to set a custom title
          • Oct 2002
          • 30209

          #5
          Originally posted by CIVMatt
          You are more then likely using a shitty host and someone got in though permissions like they said.
          lol...blame the host for shitty script installed by the client .... Priceless.
          I know that Asspimple is stoopid ... As he says, it is a FACT !

          But I can't figure out how he can breathe or type , at the same time ....

          Comment

          • ZCurve
            Confirmed User
            • Jul 2007
            • 113

            #6
            Thank you all for your replies. Problem solved.
            Care to exchange hard links? email me: webmaster at teensweek dot com

            Comment

            • papill0n
              Unregistered Abuser
              • Oct 2007
              • 15547

              #7
              Originally posted by ZCurve
              Thank you all for your replies. Problem solved.
              What was the problem?

              Comment

              Working...