To troubleshoot and resolve the issue, follow these steps:
Make sure you’re loading the wordlist into the .
This config does not support the provided Wordlist Type (MAC) - Questions - OpenBullet. discourse.openbullet.dev
This error occurs when the Wordlist Type assigned to your data file (e.g., Email:Pass ) does not match the Allowed Wordlist Types To troubleshoot and resolve the issue, follow these
When you see the message "This config does not support the provided wordlist type," it means there’s a between what the config expects as input and what your wordlist provides.
The config itself can enforce additional validation rules. In the config settings, you can set up that further validate the sliced data. The regex in the wordlist type definition is always evaluated first. Once the data passes that, the data rules are applied.
If a config requires a wordlist type that is not defined in your Environment.ini file, or if the file is corrupted, OpenBullet cannot recognize that type. This prevents the job from running. The config itself can enforce additional validation rules
OpenBullet functions by passing variables from a text file (your wordlist) into a designated script (your config) to simulate web requests. Different websites require different types of login credentials. For example: A standard website requires a and a Password .
If the UI is freezing or you prefer working directly with configuration files, you can modify the underlying JSON or LoliCode file.
Don't forget to save the config before restarting your job. 2. Re-Import Your Wordlist Once the data passes that, the data rules are applied
Look at the section where you loaded your combo file. Locate the dropdown menu labeled Type .
: OpenBullet defaults to using a colon ( : ) to split data. If your file uses semicolons ( ; ) or commas ( , ), the parser will fail. Change the delimiter in the Environment settings or use a text editor to find and replace the characters.