[OB Console] : How can i identify the hashed name config

image

I can’t know what is the correct config to run this cmd

OpenBullet2.Console.dll --bots 1 --config config.opk --proxies proxies.txt --pmode Default --skip 1 --wordlist
  rockyou.txt --wltype Default

Thank You

i fixed this by download it from configs dashboard :sweat_smile:
but , OB console steal not working :smirk:

I can’t get any response or error …

@Ruri any idea ?
image

test.opk
Contains :

BLOCK:FileWrite
  path = "TEST\\file.txt"
  content = $"<input.DATA>"
ENDBLOCK

BLOCK:Keycheck
  banIfNoMatch = False
  KEYCHAIN SUCCESS OR
    STRINGKEY @data.SOURCE Contains ""
ENDBLOCK

and
test.txt

Contains
dddddd

You gave it a wordlist called rockyou.txt but there seem to be no such wordlist on your disk. Please change the name to a valid wordlist file.

Make sure you edit all the parameters of the command according to your specific scenario!

1 Like

I moved all compiled files into bin directory ,so config and wordlist in DATA directory, but how can i see debugging or logs of that ?

Please wait for a more in depth guide, I am writing a lot of documentation on a separate site right now, and I will include an extensive documentation for the CLI program as well.

Anyways if your wordlist is called my-wordlist.txt and it’s in the DATA directory then the command must have --wordlist ./DATA/my-wordlist.txt

1 Like

problem still exist, maybe something wrong on it after sdk 6.0

I will check it out when I have time

1 Like

Thank you for ur support and your feedbacks :white_heart:

I tried with different methods but the same issue , please dude can u test the latest OB2 console version for me ? @Ruri
image

Still in Finished status with 0 hits 0 fail …
I really need this

Proof that I followed all the steps:

1 - : Environment.ini

[WORDLIST TYPE]
Name=VERIF
Regex=^(.*@.*)|(.*)|(.*@.*):\\+([0-9]{12})$
Verify=True
Separator=|
Slices=EMAIL,PASS,EMBER

2 - : rockyou.txt

PATH : publish\rockyou.txt
CONTENT : [email protected]|password@|[email protected]:+212600000000

3 - : exec.bat

@echo off
"bin\OpenBullet2.Console.exe" --bots 1 --config V1.opk --wordlist rockyou.txt --wltype VERIF
pause

4 - : Screen2 in *.bat

image

when i try rolling back to the stable version working with net5.0 Openbullet Console Work Fine,
Tested on BlazeBullet Version
PoC :
image
so the issue from dotnet SDK 6.0 as I thought ,Thank You Honey ,I’m So sorry ,I apologize for the disturbance :pray:
and Thank you too @SirTenzin for this version