openbullet
openbullet
@Laiteux do you want me to merge it as it is or do you also want to add the multiple import from filesystem first?
@Laiteux You commented out the Name and Purpose though, maybe make an additional tab to upload multiple wordlists and leave the previous one as-is, since a user might upload a...
You can't do anything to fix this problem, it's a bug in OB2 itself. I will investigate once again to try and find where it's still happening. I thought I...
@EduardoProjects please refrain from posting such screenshots, next time I block you from the repository, this software should not be used to commit criminal activity.
Try with 0.1.21 maybe this problem was related to something that got fixed. Let me know if it still happens.
Maybe try to reduce the worker threads according to this guide https://discourse.openbullet.dev/t/making-your-openbullet-2-instance-more-stable/2111

There's no need to close this, I intend to do it, but I have other priorities now as you can read below. https://discourse.openbullet.dev/t/slow-development/2190
Wouldn't it be easier to just do something like ```cs int maxTries = 10; int currentTry = 1; START: try { var res = DoSomeWork(number); // etc... } catch (Exception...
I'll see if I can find some time to do this, but I'm marking it as low priority for now since there are important performance issues to address first.