Openbullet This Config Does Not Support The Provided Better Access
The variant “this config does not support the provided better” is likely a typo or machine-translation error. Some older or unofficial OpenBullet builds have bad string extraction. The original intended message is:
“This config does not support the provided data” or “provided input”.
The word “better” may come from a misread variable name like data → beter → better in non-English UI translations.
You can trick OpenBullet by adding a placeholder column.
Using a text editor or Excel:
Example:
Original: admin@example.com:password123
Modified: admin@example.com:password123:none openbullet this config does not support the provided better
Now, when the config calls for BETTER, it receives the string "none" instead of null.
OpenBullet is a network testing tool that allows security professionals (and attackers) to perform web requests against target applications. It uses two key components:
The tool sends each line from the wordlist through the config to see how the server responds.
Configs are not always backward or forward compatible.
If you have permission to edit the config (and the target is yours to test): The variant “this config does not support the
⚠️ Only modify configs for systems you own or have explicit written permission to test.
OpenBullet configs (typically saved as .loli files) are script files containing a sequence of "Blocks" (e.g., REQUEST, PARSE, KEYCHECK, FUNCTION).
your config expects and the type assigned to the wordlist you are trying to use. In OpenBullet, every wordlist has a specific type (like Credentials
, or a custom one). If the configuration isn't set to "allow" that specific type, it won't run. How to Fix It Check Config Settings : Go to your configuration settings and look for the "Allowed Wordlist Types" section (often found under Other Options Add the Type
: Ensure the wordlist type you are using is added to the list of supported types for that config. Match Your Data “This config does not support the provided data
: Alternatively, ensure the wordlist you uploaded is assigned the correct type that matches what the config is already looking for. If you are using OpenBullet 2 , you may also need to check your Environment.ini
file to verify that the wordlist type is correctly defined with the right regex and separator. Wordlist Type
(e.g., USER:PASS, EMAIL:PASS) are you currently trying to use?
This config does not support the provided Wordlist Type (MAC) 10 Jan 2025 —
This config does not support the provided Wordlist Type (MAC) - Questions - OpenBullet. discourse.openbullet.dev
[REQUEST] Wordlist with Multiple Types · Issue #590 - GitHub 7 Apr 2020 —