Use a text editor or python script to append a generic domain (like @gmail.com ) to your usernames if the target site accepts emails interchangeably with usernames.
:If the type you need isn't appearing as an option, you may need to define it in your Environment.ini file located in the UserData folder. This file contains the regex and slicing rules for each wordlist type. Common Causes
In this in-depth guide, we’ll break down exactly why this error appears, how wordlist types work in OpenBullet, and the step-by-step solutions to fix it permanently.
. Ensure the type you selected for your wordlist is checked in this list. Update the Wordlist Type : If you imported your list as Credentials but the config only accepts Use a text editor or python script to
This guide will explain everything you need to know about this error, from why it happens to exactly how to fix it.
Navigate to the root directory folder of OpenBullet and open the folder.
When manual conversion fails, script it. This example converts any format to EMAIL:PASS : Common Causes In this in-depth guide, we’ll break
This error is a built-in safety feature. It ensures that the "Slices" (the variables the config uses to log in) have the correct data to work with. To fix it, simply ensure the selected during the job setup matches the Accepted Type in the config's internal settings.
Open your .txt wordlist file. Does it match the requirement found in Step 1?
Check out: Published on HackerOne/Hacktivity, 2021 Update the Wordlist Type : If you imported
used to verify whether lines in your text file are formatted correctly.
The credentials type expects each line to contain a username and password separated by a colon (or another defined separator), while mailpass specifically expects an email address in the first position. These distinctions matter because configs are built to expect specific variable mappings, which we'll explore next.
| If you see this error... | Likely cause | Quick fix | |-------------------------|--------------|------------| | does not support Email:Pass | Config expects User:Pass but you gave Email:Pass | Strip domain from email | | does not support Email only | Config expects Email:Pass but you gave just emails | Append :password123 | | does not support User only | Config expects User:Pass but you gave just usernames | Append :pass | | does not support Line | Config expects a special format | Check config notes |
You will see a list that looks like this: AllowedWordlistTypes: ["EmailPass"] .