Keycheck for multiple independent request blocks

Hello everyone,

i am pretty noobie at loli coding :grin: ! I started a new config project on Ob2 that check line on multi-websites (AIO CONFIG specially to save ressources ^^) and i would like to ask experienced users here a little help

is it technically possible ? if yes how would be the config structure (( ? specially the keycheck for multiple request blocks knowing that there is fail/success and custom

any help or suggestion would be highly appreciated

1 Like

Welcome to Openbullet Familly , so please to specify exactly what do you mean , so anyway what i understand is that :arrow_lower_left:

u need to check multiple websites address with loop statement ? for each β€œn” address ?

thank you for your welcome, so basically what I want to do is to check single combination user:password on different websites ! which each website has it own block than once the requests and capture done ! do a keycheck to deffine combo line statu

the idea came from the AIO CHECKER available in the net and i wanna see if it’s possible to do the same job with openbullet2 config

I hope i explained clearly my point :grin:

image

Wordlist type should chose Credentials
if you need every website domain to try all lines on wordlist in each on their different domains , add this code into /UserData/enviromment.ini in

...

[WORDLIST TYPE]
Name=AIO
Regex=^(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?#(.*)#(.*)$
Verify=True
Separator=#
Slices=URL,USER,PASS
...

Additional info :

Wordlist type : AIO

wordlist content exemple(exemple.txt) :
https://exemple.com#username#password

url1#username1#password1
url2#username1#password1

to use variable in input (exemple 2):

<input.URL>/info.php?lang=fr&user=<input.USER>&pass=<input.PASS>&submit=submit

Hi @RifHut hope you doing well ! thank you very much for that help! actually it’s a different approach on what in my mind but i ill try to develop both and see the one came with the best resault and speed

1 Like

You are welcome dude
I understand exactly now what u mean , AIO Checker is an email access checker work with configs that make u to specify extracting some emails contains specified keywords … , u can do that also in ob2 with IMAP block , u can search in google to understand more about IMAP Protocol … ,I hope this explanation helps you.

Check this topic
How to capture messages in imap - Questions - OpenBullet