pico 2020 mini web gauntlet

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 5

  • @ctf0146
    @ctf0146 Год назад

    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

    • @carlislemc
      @carlislemc  Год назад

      Yes you can solve all the levels the same, but I wanted to highlight different techniques

    • @ctf0146
      @ctf0146 Год назад

      @@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 :)

    • @guilhermesoares7857
      @guilhermesoares7857 3 месяца назад

      why so many * ? I solved it using only `admin'/*` and `admi'||'n'/*`

  • @gaelgonzalez7141
    @gaelgonzalez7141 3 года назад

    that was kinda hard