Cross Site Request Forgery vs Server Side Request Forgery Explained

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

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

  • @aleksandrchernov2373
    @aleksandrchernov2373 4 года назад +10

    I was just dealing with this today! Perfect timing!

  • @itzikchen4885
    @itzikchen4885 2 года назад +3

    You clearly missed the all point of CSRF. , CSRF means the attacker tricked the victim (the one with the cookie/session) to do something eval, like changing the password, usually by sending a link or inside hidden without the victim even noticed. It's NOT an eval "different site" who *sent a request on your behalf* . The request eventually comes from the victim, that's the point of CSRF. unlike session/cookie hijacking.

  • @ultiumlabs4899
    @ultiumlabs4899 3 года назад +1

    I love your teaching style. thank you hussein.

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

    Such a good explanation. This just got the channel a sub.

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

    Prepping for an interview. Helpful. Thank you!

  • @krishnakumar-rp9wc
    @krishnakumar-rp9wc 3 года назад +1

    Nicely explained!

  • @balapraneeth9708
    @balapraneeth9708 4 года назад +2

    Great Content . To the point. Thanks

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

    Great Explaining, Thank you for this incredible video!

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

    Thank you for this video content. I've learned a lot 😊

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

    Good explanation. Thanks

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

    Super video! I applauded for CA$2.00 👏

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

      Thanks!! 🙏

  • @Viachev
    @Viachev 4 года назад

    Hello Hussein, I'm really glad i found your channel. While i was watching some of your vids, a question popped up in my head. Can you make a vid that specifies how many users can a webserver handel and what happens when we are using websockets for example...will the load on server drop?

    • @hnasr
      @hnasr  4 года назад +3

      Slav Biachev thanks Slav! Good question!! There is no known limit to how much a server can handle. What you start to notice is slower and slower response time, connection drops .. this is based on how much memory and cpu your server has and based on the workload of each request. It is a good idea for a video 👍 kind of fall on the p99 p95

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

    Hussein brother your contents are really really helpful and I think priceless considering availability of the contents like you are creating in youtube. But as a well wisher and being a much junior than I want to tell you that please say things in more straightcut or specific way please dont make contents bigger just explaining unnecessary sentences or ways.. these sentences create your contents bigger and make sometimes really hateful/intolerable or you can make a short script. Please dont sound some cartoonish way. Please take my words like from a well wisher. please dont take me wrong. Dont speak aa uu or with cartoonish sound just speak straight please please please

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

    In ssrf What if i change some header and was able to visit/get data from api server... Will it still be considered as ssrf ?

    • @hnasr
      @hnasr  3 года назад +1

      SSRF can only happen when the server relies on a piece of header/payload in the request that contain information about URL or sub path that the server need to visit on the backend.

  • @ca7986
    @ca7986 4 года назад

    ❤️

  • @ruhnshnik9106
    @ruhnshnik9106 6 месяцев назад

    get a stylus bro

  • @ramesh_panthangi
    @ramesh_panthangi 4 года назад

    Hi