This OpenBullet error means the config (the attack script or module) expects a specific wordlist format/type (e.g., plain usernames, username:password pairs, or JSON) but the wordlist you loaded uses a different format. OpenBullet validates the wordlist type against what the config declares and refuses to run when they don’t match.
Add the type that matches your list (e.g., if your list is User:Pass, make sure Credentials or Default is checked). Summary Quick explanation This OpenBullet error means the config
Email:Pass
email:password.username:password.| Symptom | Likely Fix |
|---------|-------------|
| Config says “Combo” but you loaded single words | Convert to word:pass or find single-word config |
| Config says “Wordlist” but you loaded combos | Extract first part of each line |
| Error disappears but no hits | Config logic expects a specific delimiter (e.g., \t instead of :) |
| Proxies error | Load proxies in Proxy tab, not wordlist/combos | MailPass: Format is email:password
Wordlists: Wordlists are text files containing a list of words, often used for brute-force attacks or password cracking. They can vary significantly in format and content, depending on their intended use. depending on their intended use. Solutions