Some configs let you override the type:
If you have the
The error message "This config does not support the provided wordlist type" in OpenBullet indicates a mismatch between the format of the data you are feeding into the program (the Wordlist) and what the specific configuration (Config) is programmed to accept.
Here is a detailed article explaining why this happens and how to fix it.
Before touching the wordlist, find out what the config wants.
No edit access? Look for the config’s documentation or a readme.txt inside the download.
If you are seeing the error This config does not support the provided wordlist type, it means the "door" you are trying to open (the Config) requires a specific type of "key" (the Wordlist), but you are providing the wrong format.
This is a data structure issue. OpenBullet is strict about data types to prevent errors during the execution of brute-force or checking tasks.