Support The Provided Wordlist Type — Openbullet This Config Does Not

"The config is broken." Reality: The config is likely fine. OpenBullet is exceptionally literal. A config looking for a colon : cannot interpret a comma , or a tab \t . This is a data engineering error, not a config error.

To fix the error you must ensure that the wordlist's assigned type matches one of the "Allowed Wordlist Types" defined in your OpenBullet configuration . This mismatch happens when a configuration is set to accept Credentials (USER:PASS), but you are attempting to use a wordlist imported as Default or EmailPass . Quick Fix: Update Config Settings "The config is broken

When OpenBullet parses a wordlist, it splits each line based on a delimiter (usually : or | ). The Config file contains a property called wordlistType . During the "Check" phase, the engine compares the Config's expected type against the type you selected in the dropdown menu. This is a data engineering error, not a config error