Openbullet This Config Does Not Support The Provided Wordlist Type Jun 2026

A broad category often used for single-string data like API keys, tokens, or URLs.

Before creating a job, verify which wordlist types your config accepts. In OpenBullet, navigate to for your config. You will see a list of allowed wordlist types. If you are using the Web GUI, these settings are clearly labeled. Jot down the accepted types so you know what you are working with.

If you are the config creator or want to modify it so it always accepts your list type: Go to the tab. Select your config and click Edit . Navigate to the Settings tab within the config editor. Go to General . Locate the Allowed Wordlist Types list.

Search for the section labeled [WORDLIST TYPE] . You want to ensure your specific data type (like Credentials ) is defined correctly with the proper Regular Expression (Regex). It should look something like this: A broad category often used for single-string data

| Wordlist Type | Structure | Example Line | |---------------|-----------|---------------| | (combo) | email:password | john@example.com:SecureP@ss | | USER:PASS | username:password | johndoe:SecureP@ss | | EMAIL | Single email | john@example.com | | USERNAME | Single username | johndoe | | PASSWORD | Single password | SecureP@ss | | PROXY | ip:port or ip:port:user:pass | 192.168.1.1:8080 | | CUSTOM | Depends on the config | token123 or user|pass|extra |

Search for the key string: "AllowedWordlistTypes" or AllowedWordlistTypes . You will see an array that looks like this: "AllowedWordlistTypes": [ "Credentials" ], Use code with caution.

If you see "This config does not support the provided wordlist type" right after loading a proxy file into the Wordlist section — that’s your mistake. Move the proxy file to the Proxies tab. You will see a list of allowed wordlist types

But if the usernames are not emails (e.g., john123 ), you cannot convert logically. You need a real email:pass list instead.

Save your file updates and relaunch OpenBullet. You can now map configurations and files to this new type classification. Verification and Best Practices

Modify or expand the array to include your target wordlist type. To make it universal, you can add multiple types: If you are the config creator or want

One of the most confusing aspects for new users is that OpenBullet defines the name of the Wordlist Type in a global settings file ( Settings.ini ).

Troubleshooting "This Config Does Not Support the Provided Wordlist Type" in OpenBullet

OpenBullet is a legitimate tool for web developers, security researchers, and penetration testers. However, it can also be misused. Always ensure you have proper authorization before testing any website or online service. Unauthorized access attempts are illegal and violate the terms of service of most platforms. Use this tool responsibly and only on systems you own or have explicit permission to test.

For example, if a config is designed for a wordlist, the developer might write code like: