You can fix this by updating the config settings or by ensuring your wordlist and environment settings match. 1. Update Allowed Wordlist Types in the Config
If the config requires , your list must have a separator (usually a colon : ) like admin:password123 . You can fix this by updating the config
When a Config developer writes a configuration file ( .loli or .opk ), they write specific code telling OpenBullet how to process an account. This code says something like: When a Config developer writes a configuration file (
If you are using a unique data format that isn't listed, you can define it yourself in the core settings. The most common types are: Credentials: Usually User:Pass
Every OpenBullet configuration (Config) is designed to handle a specific data format defined by the . The most common types are: Credentials: Usually User:Pass or Email:Pass . URLs: A list of website links. Numeric: A list of PINs or IDs. Default: A generic single-line string.
with a unique name and a regex that matches your data format. Restart OpenBullet for these changes to take effect. Summary of Wordlist Type Attributes The identifier used in the UI (e.g., Credentials The rule that validates and captures data from each line. Defines the variable names (e.g., ) that the config will use as input.USER custom regex for a specific data format you're trying to use? Using a wordlist - Introduction | OpenBullet 2