openbullet
openbullet
@ngosang I will merge to my branch today, thanks
In case you are wondering why I need to do this, instead of just solving the challenge once and then using the cookies for my multiple requests, it's because I...
Hi, I fixed this issue by removing the SemaphoreLocker in CloudflareDetector.cs and removing the static keyword from the one in CloudflareSolver.cs Do you want me to make a pull request...
Did you download the precompiled version or did you try to compile it yourself?
You would lose the ability to preserve your progress since it would just be randomized each time. Also this would mean loading the entire wordlist in memory so it's not...
As a workaround for this situation, until it's implemented in the `RLHttpClient`, you can use the following snippet in your LoliCode, which uses the built-in `HttpClient` of .NET that supports...
A follow up on this: HTTP/2.0 is now supported via the `System.Net` library since OB2 version 0.2.0. In your Http Request block, select `SystemNet` instead of `RuriLibHttp` as a value...
Hi, could you please let us know the exact steps you did? Did you follow the official installation guide? What exactly do you mean by "it doesn't open"? Did you...
Hello, thanks for pointing out the bug. I just wanted to say that without the interpolated mode (a.k.a. the leading `$`) it works as intended. I will have to look...
OB2 works with 32 bit integer and float types, I need to update it to support 64 bit long and double. I will do it sooner or later.