Ensure the Wordlist type dropdown is explicitly selected, not left blank.
You are using a User:Pass list for a config that requires Email:Pass .
In the world of automated testing and web scraping, data is usually categorized into types like: Username:Password Email:Password Credentials: Specific variations of login info. URLs/Custom: Specific strings like IDs or API keys. If you load a list of Email:Password
If your combo list has weird symbols or inconsistent delimiters (like using a semicolon instead of a colon), the config might fail to recognize it as valid input. How to Fix It Check Config Settings:
If you are building your own configs, avoid custom keys like BETTER . Use USERNAME , PASSWORD , PROXY , COOKIE – these are universally supported.