Okay first of all, i already read this post of Ruri
I tried to make a new Worldlist to match my data.
USER:PASS:LNAME
My Config Setting:
My Enviroment.ini
[WORDLIST TYPE]
Name=TestLastName
Regex=^.*:.*:.*$
Verify=True
Separator=:
Slices=USERNAME,PASSWORD,LASTNAME
SlicesAlias=USER,PASS,LNAME
My LoliCode
BLOCK:ConstantString
LABEL:Payload
value = $"{\"username\":\"<input.USER><input.LNAME>\",\"password\":\"<input.PASS>\"}"
=> VAR @payload
ENDBLOCK
BLOCK:Length
LABEL:Content-Length
input = @payload
=> VAR @lengthOutput
ENDBLOCK
CLOG YellowGreen "This is a test"
But when i openned the worldlist with this content inside and run the config, it doesnt run anything.
this:is:atest
hello:thisis:myworld
Its working fine in debugger but when i created a job and select the worldlist, it does nothing.