with their configs. Replacing your local file with theirs (after backing up) ensures all custom types are recognized. Restart OpenBullet after making any changes to this file. Edit the Config to Support More Types
The full error message usually specifies what is missing or mismatched. Common completions of the sentence include:
The Environment.ini file defines the rules (regex) for what constitutes a valid wordlist type. If your wordlist doesn't match the regex defined for its type, OpenBullet may fail to process it. Openbullet This Config Does Not Support The Provided
Carefully select the (usually Credentials for user:pass combos) and ensure the path is correct. Re-assign this wordlist to your Runner.
Your wordlist uses a colon : as a separator, but the config is looking for a semicolon ; or a comma , . 2. How to Fix the Error Check the Config Settings with their configs
For new users, this error is a dead end. For experienced pentesters, it is a frustrating mismatch between your data and the configuration file’s logic. This article will dissect exactly what this error means, why it happens across different OpenBullet versions, and how to fix it step-by-step.
If you spend time working with OpenBullet (OB) or OpenBullet 2, you know the feeling: you’ve found a promising config, loaded your wordlist, set your proxies, and hit "Start." But instead of the satisfying "HIT" notifications, you are immediately greeted by a wall of red text in the logger: Edit the Config to Support More Types The
Sometimes the error is not about the format, but about data integrity. If your combolist contains blank lines, lines with only a colon ( : ), or lines with special non-printable characters (like UTF-8 BOM), the config parser fails. It reads a line, finds no data to split, and replies with "no support."