How To Circumvent CSRF Protection!

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

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

  • @sachinsaju5236
    @sachinsaju5236 2 года назад +1

    This was well explained. Thank you so much.

    • @intigriti
      @intigriti  2 года назад

      Glad you enjoyed it Sachin 😍

  • @user-ni7rd7st8z
    @user-ni7rd7st8z Год назад

    thanks intigriti

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

      You are very welcome! ❤️

  • @gk_eth
    @gk_eth 2 года назад

    Great stuff!❤️

    • @intigriti
      @intigriti  2 года назад +1

      Thank you! Cheers Gokul 🔥

  • @fahadfaisal2383
    @fahadfaisal2383 2 года назад

    Thanks for the information

    • @intigriti
      @intigriti  2 года назад +1

      It's our pleasure to help :)

  • @alan.m.rebeira
    @alan.m.rebeira 2 года назад +1

    Can you guys make an video about sql injection with the help of portswigger sql injection cheat sheet

    • @intigriti
      @intigriti  2 года назад +1

      The SQL injection module will come in the future! Look out for further videos!

  • @vishaalkumaranandan2894
    @vishaalkumaranandan2894 Год назад +1

    can this be done without burpsuite pro as I am not having it, if yes how to get the csrf html alone

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

      Unfortunately not 😑 In real-world scenario, you would use your own server (or ngrok, requestbin etc) *but* portswigger only allow the use of burp collaborator for the WebSecAcademy labs, so you need burp pro. You can sign up for a free trial, if you haven't used it already..

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

    Hello! Little confuse........For this vulnerability we need victim account for capturing csrf token??????????

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

      CSRF tokens are used to prevent CSRF attacks. If a site implements CSRF tokens, an attacker would need to get around that..