TS3WCP NULLED

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
Its packed with ioncube, I have a working ioncube decoder but its backdoored, so i need to setup a vm and ill decode it.

Only works with ioncube upto 8, if this is packed with ioncube 9 meh
 

derick

Member
Nov 5, 2015
19
1
38
I agree to help in anything.
I see, and this bot helps so much people in here!
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
I'm decoding it but I miss a lot of functions :/
then its packed with ioncube 8 then?

Good ill be able to decode it. the missing functions might just be badly decoded and need manually fixing.
Also the templates are encoded looks like a bas64(mcrypt()) need to decode the files first then i can decode the templates.

just waiting for vm to boot
 

LawK

Member
Jun 1, 2016
6
1
35
Yeah IonCube v8.3.0.0, and all the code is wrriten in PHP 5.3
Maybe we can create a GitHub to work on it together if you need help?
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
Yeah IonCube v8.3.0.0, and all the code is wrriten in PHP 5.3
Maybe we can create a GitHub to work on it together if you need help?
Yeah sure pm me your skype I have github premium so i can do a private repo while we work on it then make it public when done

Im decoding the files now

whnFRmF.png
 

tagKnife

Well-Known Member
Oct 2, 2015
343
270
146
Ok soo i think i figured out they are using Ioncube 9 and not 8 :p

heres some horrid code to lol about :D https://github.com/DrWhatNoName/ts3wcp/blob/master/index.php

AND PEOPLE PAY FOR THIS SHIT

and if anyones is intrested the license code is here https://github.com/DrWhatNoName/ts3wcp/blob/master/core/class_db_mysql.php#L109

Also if you thought this was anygood. you are mistaken, ITS FUCKING TERRBILE.

https://github.com/DrWhatNoName/ts3wcp/blob/master/moduls/modulCustomer.php#L26

Do you see it? have fun you guys
 
Last edited:

derick

Member
Nov 5, 2015
19
1
38
So, i don't understand nothing :p:p
Anyone discover the license bypass?
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,855
381
Get me that line. Looks like there is a break; missing on the switch.
Lines: 1282 - 1287

PHP:
    $smarty->display('ts3viewer.tpl');
    exit();
    break;
    include_once 'core/cron.php';
    exit();
    $timeout = 5062;

But now that i check again i get an error in line: 1178
Screenshot: https://gyazo.com/92a0c983714404e995b2a12f2c532984

Lines 1174 - 1182

PHP:
    $i = 1462;

    $spacer .= db;

    break;
    ++$i;
    $tschannel .= '<div class="ts3_server_name">' . htmlspecialchars($spacer) . '</div>' . $icon_abstant . '';

    $spacer = db;
 
Top