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
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
thank you, thatās what iām looking for