I use: input.USERNAME and im still getting this error.
Env:
[WORDLIST TYPE]
Name=Credentials
Regex=^.:.$
Verify=True
Separator=:
Slices=USERNAME,PASSWORD
“Allowed wordlist types in my Config”
Credentials
I use: input.USERNAME and im still getting this error.
Env:
[WORDLIST TYPE]
Name=Credentials
Regex=^.:.$
Verify=True
Separator=:
Slices=USERNAME,PASSWORD
“Allowed wordlist types in my Config”
Credentials
Maybe show the Lolicode or blocks
BLOCK:RegexReplace
original = @input.USERNAME
pattern = “@.*”
=> VAR @USER
ENDBLOCK
BLOCK:RegexReplace
original = @input.PASSWORD
pattern = “@.*”
=> VAR @PASS
ENDBLOCK
BLOCK:HttpRequest… (Not the full POST just the necessary part)
username":"",“password”:"",
Well USER | PASS got replaced above. (<>)
Above the debugger there are some options, set Wordlist Type to Credentials instead of Default