Config Does Not Support The Provided Wordlist Type: Openbullet This
This error occurs when the Wordlist Type you assigned during the import process (e.g., Credentials or MailPass) does not match the Allowed Wordlist Types defined in the configuration settings. Quick Fixes Update Config Settings: Open your configuration in the Config Manager. Navigate to Settings > Data.
Real-World Example:
- Config A is created for testing Spotify accounts. It expects
email:password. - You load a wordlist of
username:password. - OpenBullet looks for an email address in the first column but finds a username. It throws: "This config does not support the provided wordlist type."
Caution: Changing this may break data mapping if the config uses specific variable names (e.g., looking for DATA.EMAIL but now receiving DATA.USERNAME). Test carefully. This error occurs when the Wordlist Type you
5. Preventing Future Errors
| If you see this error... | Likely cause | Quick fix |
|-------------------------|--------------|------------|
| does not support Email:Pass | Config expects User:Pass but you gave Email:Pass | Strip domain from email |
| does not support Email only | Config expects Email:Pass but you gave just emails | Append :password123 |
| does not support User only | Config expects User:Pass but you gave just usernames | Append :pass |
| does not support Line | Config expects a special format | Check config notes | Config A is created for testing Spotify accounts
- Convert LF <-> CRLF and retest.
Wordlist types, on the other hand, refer to the format and structure of the text files used to provide input data for the attack. OpenBullet supports various wordlist types, including: Caution: Changing this may break data mapping if
