Openbullet This Config Does Not Support The Provided Wordlist Type Jun 2026
The error occurs because of a mismatch between two settings:
Search for the key string: "AllowedWordlistTypes" or AllowedWordlistTypes . You will see an array that looks like this: "AllowedWordlistTypes": [ "Credentials" ], Use code with caution.
This is the in many cases.
When a Config is created, the author specifies exactly which wordlist types it can accept. This is a critical design feature to ensure the data is in the correct format for the target site.
Alternatively, if you didn't want to edit the config, you could: The error occurs because of a mismatch between
Some advanced configs use custom slices (e.g., Email:Pass:Proxy:UserAgent ). If your wordlist is missing any of these parts, it will be rejected. 3. How to Fix It To resolve this, you generally have two options:
Once you know the required format, convert your existing wordlist. When a Config is created, the author specifies
: The wordlist type has a built-in regular expression (Regex) to validate data. If your data doesn't perfectly match that pattern (e.g., missing a colon or an '@' symbol), OpenBullet may reject it. Environment.ini
Sometimes, a config requires a specific, non-standard wordlist type (e.g., Email:Pass:BirthDate ). If that type isn't in your settings, you will get the error. If your wordlist is missing any of these
You are using a wordlist formatted as User:Pass , but the config is set up for Email:Pass (or vice versa).