If you have spent any time using OpenBullet (or its more modern forks like OpenBullet 2 or SilverBullet) for web testing, automation, or security auditing, you have likely encountered the dreaded red error message in the logs: (sometimes variably phrased as "Openbullet this config does not support the provided" ).
Ensure that the dropdown menu for the Wordlist Type matches the exact Wordlist Type specified inside the configuration settings. If the config expects Credentials , do not leave the runner set to Default . Step 4: Update Delimiters in Settings
For older configs causing this error, the best approach is to convert them to the modern .opk format:
If you are using OpenBullet 2 and attempting to run an older config, you must adapt the environment: Check if the config developer specified a targeted version.
OpenBullet 2 can import .loli configs directly and automatically repackage them into .opk format. Simply go to Config Manager → Import → select your .loli file. Openbullet This Config Does Not Support The Provided
: Go to the Config Manager , edit the config, navigate to Other Options (or Data tab in OB2), and ensure the wordlist type you are using is moved to the Allowed side.
Change your wordlist upload category settings to match the config schema. Errors appear when running legacy configs in OB2. Backwards compatibility and .loli structural issues.
Data Rules help filter out invalid data before it reaches the target website, reducing load and improving efficiency.
Make sure your system has the correct .NET Framework installed. The specific requirement for your version of OpenBullet (especially for OB1) is .NET Framework 4.7.2 or later. OB2 requires .NET 8. A clean reinstallation of the required runtime can sometimes fix a whole host of "mystery" errors. If you have spent any time using OpenBullet
Add a new custom parsing block under the existing categories:
If your file looks like myemail@gmail.com:mypassword , you will get the error.
If you are using OpenBullet for web testing or data parsing, encountering the error is one of the most common roadblocks. This error essentially means there is a "handshake" failure between the data you are trying to process (your wordlist) and the logic written inside the configuration file ( .anom or .loli ).
Understanding the Error: "This Config Does Not Support The Provided..." Step 4: Update Delimiters in Settings For older
After analyzing hundreds of community posts (on Reddit, GitHub, and hacking forums), four main scenarios trigger this error.
This is a critical step that is often overlooked. Before starting your job, make sure you are selecting the correct wordlist type in the job's configuration.
When you try to run a job, OpenBullet compares the type you selected from the drop‑down menu (for example, "Mail:Pass") against the allowed types defined inside the config. If you selected "Mail:Pass" but the config only allows "Credentials", the error message will appear.
In one specific case, a user kept seeing the error because they were using a wordlist format of "email:password". The config, however, was designed to accept "username:password". The solution was as simple as understanding the config’s requirements—when the user switched to a standard "username:password" combination, the task ran without any problems.