Openbullet This Config Does Not Support The Provided |link| -
: OpenBullet uses a Regex pattern in Environment.ini to validate your data. If your wordlist line doesn't match that pattern (e.g., using a semicolon ; instead of a colon : ), it will reject the file.
Look at the top block of metadata for a line resembling: "AllowedWordlistTypes": ["Mail"]
When you encounter "This Config Does Not Support The Provided Wordlist Type," work through this checklist:
: Ensure your specific wordlist type is in the "Allowed" list. Openbullet This Config Does Not Support The Provided
If you are using OpenBullet for web testing or data scraping, encountering the error is a common roadblock. This error essentially means there is a mismatch between the information in your wordlist and the requirements of the configuration (.anom or .loli) you are running .
Understanding the "This Config Does Not Support The Provided..." Error in OpenBullet
When using OpenBullet for security testing, always ensure you have explicit written permission from the system owner. Unauthorized testing can be illegal and unethical, potentially causing significant damage. : OpenBullet uses a Regex pattern in Environment
Compatibility issues between the obsolete OpenBullet 1 and the modern OpenBullet 2 can also be a source of this error, but the path forward is clear: switch to OB2, check your input formats, and, when necessary, rebuild older scripts using the newer block system.
Use the find-and-replace feature to remove trailing spaces or blank lines. Click in the top menu and select Convert to UTF-8 . Save the file and re-upload it to OpenBullet. Step 4: Convert Syntax for OpenBullet 2
For advanced users, OpenBullet allows you to define completely custom wordlist types. This involves editing the Environment.ini file inside your UserData folder. You can add a new [WORDLIST TYPE] section with your own Name , Regex , Separator , and Slices . After saving the file, you'll need to restart OpenBullet for the changes to take effect. Once created, this new type will be available for selection in both your Configs and Jobs. If you are using OpenBullet for web testing
In the configuration window, look for the dropdown selector field.
When the data line doesn't match the expected format, OpenBullet throws this error before the job even begins.