ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content

 
DarkScripted's Photo
DarkScripted Nelson
23
Reputation
22

Likes

Information

Username Changes:
Joined: 13-04-20
Date of Birth: Age Unknown - Birthday Unknown
Last Visit: Private
Profile Views: 2,177
Discord: DarkScripted.js#1203

Statistics

Posts: 69
Leecher Value: 34
Likes:
22
Reputation: 23
Warning level: Low
Threads: 5
Credits: 0
Vouches: 0
Trust Scan: Info
Reported posts: 11
Shouts
Loading...

Groups

Aqua

Signature

Awards

Last visitors


Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.


This is the method I use to test configs that requiere being in another country, but this "vpn" does not allow datacenter IPs to connect (like RDPs), but he can use any residential proxy with it (like proxiware)

But for using a real vpn I think he needs to use a vpn in the machine where fiddler is installed.


  • 2


#30032317 [HELP] OB Configs with Mobile API /w Fiddler

Posted by DarkScripted on 22 September 2020 - 03:35 AM

https://www.telerik....ic-with-fiddler

Cmon is not that hard to use Google and follow this


  • -1


#28102047 how do I capture this token?

Posted by DarkScripted on 10 June 2020 - 01:54 PM

Function Constant <HEADERS(Token)>

Last time I help here.


  • 1


#28096143 capture problem openbullet

Posted by DarkScripted on 10 June 2020 - 07:36 AM

please don't reply to my posts. you selfish retard person. Just go away

I literally gave you part of the answer already, I just gave you the rep you deserve.


  • -1


#28092906 capture problem openbullet

Posted by DarkScripted on 10 June 2020 - 03:55 AM

Just use CSS selector.


  • -1


#28001363 What do you think about my remake of the OB logo?

Posted by DarkScripted on 06 June 2020 - 05:14 AM

that's perfect, if you can reduce the shadow of the bullets would be better in my mind

 
Like this? BPaF867.png


  • 1


#28001130 What do you think about my remake of the OB logo?

Posted by DarkScripted on 06 June 2020 - 04:51 AM

I was bored and I accidentally installed Affinity Designer (I wanted Affinity Photo) so Instead of deleting it, I did this fluent design wannabe OB logo.
What do you think about it?  :thonk: 

UReB9je.png


  • 1


#27938119 [Black lives matter] justiceforbigfloyd.com Auto petition signer | LETS GET T...

Posted by DarkScripted on 03 June 2020 - 07:04 AM

Wtf is this  :kek: 
This is why online petitions like this never work :kek:


  • 1


#27914471 problem with openbullet

Posted by DarkScripted on 02 June 2020 - 07:55 AM

If you mean "How can I use in OpenBullet wordlist in EMAIL:PASS format?" then add the worldlist and use the "Credentials" type of wordlist, also your config needs to be using the variables <USERNAME> and <PASSWORD>, not <USER> <PASS> because they are for the Anomaly mod.

Btw do not bump your thread more than 1 time per day.


  • 1


#27801035 Openbullet config errors

Posted by DarkScripted on 28 May 2020 - 06:08 AM

Literally the error says it, your proxies are not working or something network-related in your machine is seriously fucked up


  • 1


#27725882 Fast or hassle-free method of creating email accounts?

Posted by DarkScripted on 25 May 2020 - 12:04 AM

Any temp-mail works, but if you need to create bulk accs with temp-mails, use mailsac. I used it to create bulk accs (auto-verifying them with OB) in a website, mailsac was so good it was banned from the website  :kek:


  • 1


#27714052 Need help identifying a hash type/replicating hash generation in OpenBullet

Posted by DarkScripted on 24 May 2020 - 02:38 PM

This is what the page uses to encrypt the password if it helps you. 

crypte = function(a) {
    var k = [-9, 25, -92, -37, -117, 18, 112, -95, -5, -108, 40, -83, -107, 73, -92, -102, 46, -52, 49, -118, -79, -56, -72, 63, -69, -98, -118, -22, 46, -16, -22, -111],
        c = hash(a);
    a = [];
    for (var b = 0; b < c.length; ++b) a.push(c.charCodeAt(b));
    for (b = 0; b < k.length; ++b) a.push(k[b] + b);
    k = "";
    for (b = 0; b < a.length; ++b) k += toHex(a[b], !0, 2);
    k = CryptoJS.enc.Hex.parse(k);
    k = CryptoJS.SHA256(k);
    return CryptoJS.enc.Base64.stringify(k)
};

and it calls it with: 

var k = jQuery("#auth_pass_1").val();
jQuery("#auth_login_2").val(a);
jQuery("#auth_pass_2").val(crypte(k));

found in https://atelier801.com/js/1.27.0.js


  • 2


#27675574 Help regarding editing combos

Posted by DarkScripted on 22 May 2020 - 10:59 PM

You can use any text editor (like notepad++) that supports regex and match them with this
 

/.*(.*[A-Z].*):(.*[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?].*).*/gm

It was a little hard to figure it out but here is it.

Test it before using it in a real combolist, if you want to modify the match rules you can do it here https://regex101.com


  • 1


#27674059 ---

Posted by DarkScripted on 22 May 2020 - 09:32 PM

Openbullet Anomaly is a mod of the original OB that comes with some extra features as:

 

- Proxyscrape quick button (removed in recent versions)
- Some extra functions in the function block for more specific cases
- More polished than original OB

Anomaly haves a different type of config files (.anom) because of the extra functions and some modifications from the original OB, and .loli format is not 100% compatible with Anomaly and viceversa, needing to modify the config before using it

Some incompatibilities I noticed in the anomaly mod are:

- Function block: randomnum (because in original OB there is a limit for this) 
- Function block (maybe some another thing is broken, but idk)
- Wordlist format

Wordlist formats are different, for example User:Pass and Mail:Pass from anomaly in the config would be <USER>:<PASS> and in the original OB it's called "Credentials" and in the config is used as <USERNAME>:<PASSWORD>, but you can modify this with the Environment.ini inside your settings folder or just edit a littie your config.

BTW Anomaly mod is discontinued because recently original OB added support for plugins and the Anomaly mod is being converted to a plugin

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 


  • 2




-->