Ruri
June 6, 2021, 10:18pm
4
Invalid means that the input data didn’t match the required regex of the wordlist type (found in Environment.ini). Please make sure the wordlist type is correct.
So I see people having trouble with Wordlist Types.
First of all let’s define what a Wordlist Type is. If you go to your OpenBullet 2 folder, and then to the UserData folder you will see a file called Environment.ini
Open it and you will see a bunch of wordlist types, for example this one
[WORDLIST TYPE]
Name=Credentials
Regex=^.*:.*$
Verify=True
Separator=:
Slices=USERNAME,PASSWORD
The wordlist type defines how the data lines from your wordlist will be separated and assigned to variables in…