So, I think you have overcomplicated things, here is what I did for all 5 levels, all of them in the username field. I put "pwrd", without the quotes in the password field every time L1: admin' -- L2: admin' /(star) L3: admin'/(star)(star)//(star) L4: adm'||'in'/(star)(star)//(star) L5 same as L4 since it only introduced the word union in the filter, but I never used the word union in the first place Please note: RUclips comments strip the second * (star) in a double (star) string, so I replaced all the (stars) with the word (star) in parentheses
So, I think you have overcomplicated things, here is what I did for all 5 levels, all of them in the username field. I put "pwrd", without the quotes in the password field every time
L1: admin' --
L2: admin' /(star)
L3: admin'/(star)(star)//(star)
L4: adm'||'in'/(star)(star)//(star)
L5 same as L4 since it only introduced the word union in the filter, but I never used the word union in the first place
Please note: RUclips comments strip the second * (star) in a double (star) string, so I replaced all the (stars) with the word (star) in parentheses
Yes you can solve all the levels the same, but I wanted to highlight different techniques
@@carlislemc I love your content, it has helped me a lot, so much so that I did this challenge without any help at all, thanks to you :)
why so many * ? I solved it using only `admin'/*` and `admi'||'n'/*`
that was kinda hard