Guys, need help with the USER:PASS parsing

Like the capture picture below, even when i added World List type into enviroment but still get this error
Enviroment.ini

[WORDLIST TYPE]
Name=Credentials
Regex=^.*:.*$
Verify=True
Separator=:
Slices=USERNAME,PASSWORD
SlicesAlias=USER,PASS

its input.USER not USER
same for password
don’t have to use input if you already stated the variable

gotcha, thanks for that

maybe a new question? i don’t understand that you say ā€˜don’t have to use input if you already stated the variable’, then how can i state a new variable. sorry just turn from svb into openbullet

Example request

BLOCK:ConstantList
value = [ā€œvariable whatever it isā€]
=> VAR @name
ENDBLOCK

BLOCK:HttpRequest
customCookies = {(ā€œ{"username"ā€, ā€œ"<input.USER>,"pasword":"<input.PASS>,"variable":"}ā€)}
TYPE:STANDARD
$ā€œ{"username":"<input.USER>,"pasword":"<input.PASS>,"variable":"}ā€
ā€œapplication/x-www-form-urlencodedā€
ENDBLOCK

1 Like

thank you, that’s what i’m looking for