nulled file javascript, i will pay for this job

Status
Not open for further replies.

zana31

New member
Banned User
May 4, 2022
5
0
1
dears ,

i have file javascript is allow to load only on localhost and not allowd to load on my website,
looking for someone to nulled and fix this file javascript
i will pay for this job
 

GadaG

Active member
Mar 19, 2021
399
194
43
dears ,

i have file javascript is allow to load only on localhost and not allowd to load on my website,
looking for someone to nulled and fix this file javascript
i will pay for this job
Wrong section dude, it's should put on service thread
 
  • Like
Reactions: zana31

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
Share the file here, nobody will help you without details
I have the script but is highly obfuscated with variables minified (not by webpack). It's a huge work involved as none of the deobfuscators on the market can handle it so it have to be done manually

If you want I'll send you the files later
 

Charlie-wade

Member
Oct 3, 2022
46
25
18
I have the script but is highly obfuscated with variables minified (not by webpack). It's a huge work involved as none of the deobfuscators on the market can handle it so it have to be done manually

If you want I'll send you the files later
send me the file by pm, i will decode it.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
If you have some patience to get back home I'll send it to you
 

alexmisaila

Legend member
Trusted Uploader
May 9, 2020
1,140
922
133
⭐⭐⭐⭐⭐
I have the script but is highly obfuscated with variables minified (not by webpack). It's a huge work involved as none of the deobfuscators on the market can handle it so it have to be done manually

If you want I'll send you the files later
Send me the files when you have time, I will try something.
 

zana31

New member
Banned User
May 4, 2022
5
0
1
this is file
 

Attachments

  • chartiq.original.js.zip
    142.7 KB · Views: 26
Last edited by a moderator:

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
I changed your last post for reasons I will explain later.

Right now there are at least 3 people (me included) looking over deobfuscating and nulling this.
You will get your results as soon as possible but it's a pretty hard work due to code being minified
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
If you play around using different deobfuscation and unpacking methods you can get a "more readable" code like this:


didn't bother spending more than 10 minutes, since clearly the people saying it is undecodable didn't either.
You are so awesome, how didn't I think of it?

Now identify and clear dead code, restore original functions and null it.

With your expertise won't take you longer than let's say not 10 but 20 minutes. Isn't that right?

Beside this file there are 2 more in the same situation. Fix this and I will share the others too

Edit: I don't remember anyone saying it's not decodable. Just hard work to do it up to a clean code

Second edit: why to have a clean code? Cause once you have the code and learn the mechanics you won't need to decode future versions to null it. Less work on long term. But I might be wrong and others have a different opinion about it.
 
Last edited by a moderator:
  • Like
Reactions: DarkWave and zana31

BonJoe

Member
Jun 20, 2022
24
37
13
You are so awesome, how didn't I think of it?

Now identify and clear dead code, restore original functions and null it.

With your expertise won't take you longer than let's say not 10 but 20 minutes. Isn't that right?

Beside this file there are 2 more in the same situation. Fix this and I will share the others too

Edit: I don't remember anyone saying it's not decodable. Just hard work to do it up to a clean code

Second edit: why to have a clean code? Cause once you have the code and learn the mechanics you won't need to decode future versions to null it. Less work on long term.
what is the purpose? Doing what I did, you simply find what you need to look for. For example this:

Code:
 for (; args.J5D(gasEstimates.toString(), gasEstimates.toString().length, "96642" ^ 0) !== A9z; gasEstimates++) {
        date = "generatio";
        date = date + "nDate";
        packageType = '["127.0.0.1","localhost","chartiq.c';
        packageType = packageType + 'om"]';
        code = "do";
        code = code + "main";
        code = code + "Lo";
        code = code + "ck";
        h27 = "20";
        h27 = h27 + "22-10-24T16";
        h27 = h27 + ":18:15.098Z";
        utils.packageInfo = Object.freeze({
            "version": "generationDate",
            "generationDate": h27,
            "clientName": code,
            "packageType": packageType,
            "licenseType": "version",
            "expirationDate": date,
            "domainLock": "licenseType",
            "iframeLock": "domainLock"
        });
        utils.suppressPackageInfo = true;
        engineDate = engineDate + 2;
    }

and then you go ahead and use a bit of common sense and null it without needing to modify the code there. Before you go ahead and call me out again:

Code:
        h27 = h27 + "22-10-24T16";

        h27 = h27 + ":18:15.098Z";

What wil that be? A timestamp indicating the license time? Really? ohhh, impossible to null like this - or is it? Instead of seeing my post as an attack you should have just looked through what I posted.
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
I am sorry if I was jumpy and offended you despite your good intentions. But I have seen that code 7 different times with almost same results.

what is the purpose? Doing what I did, you simply find what you need to look for.


and then you go ahead and use a bit of common sense and null it without needing to modify the code there. Before you go ahead and call me out again:

Code:
h27 = h27 + "22-10-24T16";

h27 = h27 + ":18:15.098Z";
What wil that be? A timestamp indicating the license time? Really? ohhh, impossible to null like this - or is it? Instead of seeing my post as an attack you should have just looked through what I posted.

Because I don't believe that this code only have one obvious check. More than sure there is another check on it. I personally wouldn't leave my code like that. Or maybe I'm too paranoid. That's one of the reasons of restoring the original code.
If things can be done right then why not? A little bit of extra work didn't kill anyone. Yet.
 

BonJoe

Member
Jun 20, 2022
24
37
13
I am sorry if I was jumpy and offended you despite your good intentions. But I have seen that code 7 different times with almost same results.






Because I don't believe that this code only have one obvious check. More than sure there is another check on it. I personally wouldn't leave my code like that. Or maybe I'm too paranoid. That's one of the reasons of restoring the original code.
If things can be done right then why not? A little bit of extra work didn't kill anyone. Yet.

from what i saw it actually is the only other occurence, additionally to it being in the obfuscated code, i am almost certain this is the entrypoint
 

alexmisaila

Legend member
Trusted Uploader
May 9, 2020
1,140
922
133
⭐⭐⭐⭐⭐
This is my last deobfuscated code:
View hidden content is available for registered users!

I've compared it with the @slvrsteele version and I saw is almost the same result, some little differences... I think is not possible to do more than that.
 

Charlie-wade

Member
Oct 3, 2022
46
25
18
This is my last deobfuscated code: *** Hidden text: cannot be quoted. ***


I've compared it with the @slvrsteele version and I saw is almost the same result, some little differences... I think is not possible to do more than that.
yes, you are right, i also got the similar results but some of the variables names were different, but i have found that with little changes in the code this script can be run on any website as stated in the first post that he was unable to run on his website except localhost.
 
Status
Not open for further replies.

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu