Cookie to RCE Exploit: Beginner's Walkthrough | Spellbound Servants HTB Web Challenge

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

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

  • @chrisalupului
    @chrisalupului  2 дня назад +2

    If you spotted any areas for improvement, have alternative techniques, or discovered other creative ways to hack this machine, please share them in the comments. Your insights help us all grow as ethical hackers! 👍

  • @incognitoo-j5i
    @incognitoo-j5i День назад +2

    Very good idea to do white-box testing, personally I have never done it before, great initiative!

    • @chrisalupului
      @chrisalupului  День назад

      Thanks! White-box testing is an awesome way to understand code syntax and logic. In this case, the lack of input sanitization and validation made the exploit possible. It’s also a great step toward finding and reporting CVEs in open-source projects. Practicing on challenges like these helps build the skills needed to identify real-world vulnerabilities! 👍

  • @deathbestowerx2577
    @deathbestowerx2577 День назад

    Glad I stumbled onto your content!

  • @david.tanasescu
    @david.tanasescu 6 часов назад

    Epic! Thanks:)

  • @stefanb.4481
    @stefanb.4481 13 часов назад +1

    I am still not sure where in the script the actual payload executed and why it did so. It's kind of bothering me.
    Otherwise it is a nice video and you have a pleasant voice to listen to.

    • @chrisalupului
      @chrisalupului  11 часов назад

      Appreciate ya! 😄 Great question! The payload executes when the server deserializes the auth cookie. During deserialization, the " __reduce__ " method of the RCE class returns os.system(payload), which triggers the command execution on the server. Hope that helps clarify things. 👍

  • @Eyad_Ahmed2010
    @Eyad_Ahmed2010 День назад +1

    How did you make your kali look like this?

    • @Sheeessh-g1
      @Sheeessh-g1 День назад +1

      You need to switch from bash to zsh, which has customizations and many terminal themes

    • @Eyad_Ahmed2010
      @Eyad_Ahmed2010 День назад

      @@Sheeessh-g1 thank you

    • @Eyad_Ahmed2010
      @Eyad_Ahmed2010 День назад

      I wonder if you could make a video on this topic

    • @chrisalupului
      @chrisalupului  День назад

      Actually working on a video on my kali setup which will be out soon. 👍

  • @Eyad_Ahmed2010
    @Eyad_Ahmed2010 День назад

    What is the name of your big monitor?