Some users need the ability to use a single wordlist with multiple types. This is especially relevant when you have a file that contains both USER:PASS and EMAIL:PASS formats. Currently, OpenBullet does not natively support assigning multiple types to one wordlist, but you can import the same file multiple times, each time with a different type.
: Using a config made for OpenBullet 1 in OpenBullet 2 (or vice versa) can cause issues because default wordlist names often differ between versions.
Stick to the standard colon ( : ) separator for standard combo lists. Avoid mixing semicolons ( ; ) or commas ( , ) unless your environment settings are specifically adjusted to parse them.
Input: john@gmail.com Output: john@gmail.com:dummy123 Some users need the ability to use a
Create or adapt a rule template to fit your custom data structure:
If your config strictly requires EmailPass (e.g., example@email.com:password ) but your file contains UserPass (e.g., admin:password ), you must format the text file itself.
If you use OpenBullet for web testing, you may have encountered a frustrating error that halts your work: "This Config Does Not Support the Provided Wordlist Type." This article provides a thorough explanation of why this error occurs and, more importantly, how to fix it. : Using a config made for OpenBullet 1
When importing the wordlist into OpenBullet, make sure you select the correct type that matches your file's structure. Method B: Change the Config's Supported Type
Open the OpenBullet 2 Web UI and select from the left navigation panel. Edit your target config and open the Settings menu panel. Locate the Data / Wordlists tab.
You have loaded a Config ( .loli or .opk ) and a Wordlist ( .txt ) into OpenBullet, but when you try to run the attack, the software prevents execution and shows this error. Input: john@gmail
Understanding the most frequent mismatches can save you a lot of troubleshooting time.
Check the box next to the format you want to allow (e.g., check Emails or Default alongside Credentials ). Click in the top menu bar. Step-by-Step for OpenBullet 2 (OB2)
OpenBullet uses to automate tasks like checking logins, scraping data, or testing endpoints. Each config expects input data—usually a username and password—to follow a specific structure.
Troubleshooting the error in OpenBullet and OpenBullet 2 is a common hurdle for many users. This error typically occurs when the wordlist format you have loaded into the Jobs tab does not match the Allowed Types defined within the specific configuration ( .lolly or .anom ) file.