Openbullet This Config Does Not Support The Provided Wordlist Type Now
Need a specific conversion example? Leave a comment below (if this is posted on a forum) or check the OpenBullet documentation for more tools.
You selected the wrong type (e.g., choosing Username:Password when the file is Email:Password ).
If a config is hardcoded to accept only Credentials (formatted as username:password ), but you attempt to run it using a wordlist imported as Emails (formatted as email@domain.com ), OpenBullet triggers this error to prevent the runner from processing incompatible data. How Wordlist Types Work in OpenBullet Need a specific conversion example
Often used for platform-specific testing.
Modify or expand the array to include your target wordlist type. To make it universal, you can add multiple types: If a config is hardcoded to accept only
The most common cause is a simple setting mismatch within the OpenBullet environment. Open the . Select the config you are trying to use and click Edit . Navigate to the Settings tab and look for General . Locate the Wordlist Type dropdown menu.
OpenBullet categorizes these formats using . The most common types include: Credentials: User:Pass or Email:Pass Default: Standard text lines Numeric: Numbers only URLs: Web addresses To make it universal, you can add multiple
If you can't modify the Config (or don't know how), you can try adjusting your wordlist:
If a config is designed to bypass a login page, it requires a username and a password. If it is designed to check API keys, it might only require a single token.
What is inside your text file? (e.g., user:pass , email:pass , or single lines?)