[HELP] Openbullet CLI (Console) is not working anymore

I try with different methods but the same issues at the end :smirk:
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

The problem was fixed, pull the latest commit and rebuild. Next time please use the -v flag to help me identify the problem more quickly.

1 Like

after rolling back to sdk 5.0 stable version the console work fine , In all versions that contain sdk v6 ,
I tried testing in 0.2.1 and 0.2.0 ,They both have the same problem

iโ€™m tried a few minutes but without good results :frowning:

i will try with -v flag

It was fixed literally 20 minutes ago. Pull the new commit from master and rebuild using vs targeting .net 6. It will work

1 Like

This is the simple config

BLOCK:HttpRequest
  url = $"<input.DATA>"
  TYPE:STANDARD
  $""
  "application/x-www-form-urlencoded"
ENDBLOCK
data.STATUS = "SUCCESS";

issue PoC :

This is a POC (Proof of Concept) implementation of RuriLib as a console application.
The functionalities supported here don't even come close to the ones of the main implementation.
Feel free to contribute to the versatility of this project by adding the missing functionalities and submitting a PR.

Task Error: ()(https://google.com)! Object reference not set to an instance of an object.
Finished. Found: 0 hits, 0 custom, 0 to check.

i will rebuild another one Now , I hope the problem is solved :white_heart:

YEEEEEEEEEES u did it ,Finally Worked :heart_on_fire:

From next build on we gonna also provide a prebuilt console version :wink:
If someone is too lazy to build it himself here is a (temporary) download

2 Likes

Thank You @meinname :pray: :white_heart:
add this post to the official page of Openbullet CLI
OpenBullet 2 CLI - Guides / General - OpenBullet