Openbullet This Config Does Not Support The Provided Wordlist Type Online
Often, the config and the wordlist actually match, but you selected the wrong category when importing the file. Navigate to the tab in OpenBullet. Find the wordlist you are trying to use. Look at the Type column.
What are you trying to load (e.g., Email:Pass or User:Pass )?
Wordlist types do two things: verify the data format using and split the data into Slices (variables like USER and PASS ) for the config to use.
Look at the section where you loaded your combo file. Locate the dropdown menu labeled Type .
Fixing the "OpenBullet: This Config Does Not Support the Provided Wordlist Type" Error Often, the config and the wordlist actually match,
Before hitting "Start," run through this checklist:
OpenBullet is a tool designed for web testing and data analysis. It uses configuration files, or "configs," to automate specific tasks. A crucial component is the : a file containing multiple lines of data, such as usernames or passwords, that a config uses for its logic. In OpenBullet, wordlists are categorized by a Wordlist Type attribute, and configs are designed to support one or more of these types.
The specific data formats the config is programmed to accept.
Check the box next to , Credentials , or click Select All . Save the config. How to Verify Your Combo List Format Look at the Type column
Some advanced configs use custom slices (e.g., Email:Pass:Proxy:UserAgent ). If your wordlist is missing any of these parts, it will be rejected. 3. How to Fix It To resolve this, you generally have two options:
) is not listed as an "Allowed Wordlist Type" within the configuration settings. Core Cause OpenBullet uses Wordlist Types (WLTYPE) to define how data lines (like
Use a tool or script to reformat your wordlist.
), you may need to define them in your environment settings. Locate the Environment.ini file in your OpenBullet root folder. Ensure the [WORDLIST TYPE] Look at the section where you loaded your combo file
This configuration defines a type called "Credentials" that expects lines containing a colon as a separator. It splits each line into two variables: USERNAME and PASSWORD .
| Wordlist Type | Expected Format (example) | |---------------|----------------------------| | Email:Pass | john@gmail.com:123456 | | User:Pass | john_doe:123456 | | Email only | john@gmail.com | | User only | john_doe | | Cookie | sessionid=abc123 | | Line | any single string per line | | Custom | depends on config logic |
[REQUEST] Wordlist with Multiple Types · Issue #590 - GitHub



















