with that config will output : test:pass
but when i switch parse block
BLOCK:Parse
input = @input.URL
leftDelim = “net:”
SAFE
MODE:LR
=> VAR @output
ENDBLOCK
Which wordlist type are you using? Maybe it’s not the best in this case, and you need to create a custom one. Please read the docs here Wordlists | OpenBullet 2
i am using worlist contain
url:user:pass
user:pass:url
type: maybe url?
and i read general info docs and maybe separator is what i was looking for but docs only have for like 1 “:” and when there is more than “:” the wordlist will slice first “:”
any idea to slice url user pass ?