Cross-Site Request Forgery (CSRF) Explained

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

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

  • @santiagotaboada4584
    @santiagotaboada4584 6 месяцев назад +7

    Wow... This is amazing!!! I have been struggling trying to understand CSRF attacks. This video has helped a lot. Thank you Ben for these amazing videos.

  • @MFoster392
    @MFoster392 6 месяцев назад +7

    Thanks as usual Ben, You're still da man bro :) I've been having some medical issues lately so I'm in the 10 possibly even15 week program but it's ok i could never work for you at this point in time anyways. I'm sure you wouldn't remember but last year about this time I commented on a video saying i was a 51yr old paraplegic who didn't know Linux, the terminal, heck i never even used a computer the only tech i new was my cell and how to email someone on it 🤷‍♂🤦‍♂. I seen one of your videos and thought i can learn bug bounty and make money from home because I'm stuck in a nursing home so i am going to teach myself so i can pay for help and get my own place. I'm proud to say I'm on my way since I'm teaching myself everything i gave 1.5 to 2 years where i can learn enough to make steady money to go with my SS check not a million dollar hacker like you but steady money and I'm proud to say I'm on track chugging along slow but steady :)

    • @NahamSec
      @NahamSec  6 месяцев назад +4

      Hey! Best of luck and I hope you feel better! ❤️‍🩹

    • @mayavik1034
      @mayavik1034 6 месяцев назад +3

      You are so inspiring, you should start a YT Channel, I bet it will go viral and will be another revenue stream. I will definitely subscribe.❤

  • @papafhill9126
    @papafhill9126 6 месяцев назад +5

    The question of "so what" (1:52), or as I like to ask about nearly everything in life, "who cares?" If people care about the vulnerability then it gains severity. The more "destructive" you can pitch the vulnerability as the higher the severity and two low severity vulns could easily become a critical vuln if combo'd so don't just report low bugs, you are only screwing yourself over.

  • @programmerbully2556
    @programmerbully2556 Месяц назад +2

    I don’t understand . You talk and explain the concept so fast that i can’t even comprehend what is going on

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

    5WP and thanks for the content as always! Hope to meet you at Defcon

  • @vallerioalvaren
    @vallerioalvaren 6 месяцев назад +1

    hallo ben thanks for making this video, I want to ask you how to execute csrf on graphql?

  • @bugsecurity
    @bugsecurity 6 месяцев назад +3

    alert('5WP');

  • @sQbhAn
    @sQbhAn 6 месяцев назад +1

    I started to watch all your 5w from xss ,and i have a question, where can i find my first vulnerability ,i know how does this vulnerability loo k like but i dont know where should i looking for them, mayby every web page i working with?

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

    5WP - thanks for the video, time to go see how good coca-cola is at csrf protections!

  • @GoliTech
    @GoliTech 6 месяцев назад +1

    thanks a lot Naham.

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

    Thanks for video, 👍 but what happened to Q&A video on CSRF ....? it is marked as private.... Will it be available sooner?

  • @Cookie_Hub
    @Cookie_Hub 6 месяцев назад +2

    First

  • @bigbugbang-lr1sy
    @bigbugbang-lr1sy 6 месяцев назад

    from 5wp. tnx a lot 'soltan' nahamsec

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

    Got a better overview from this.

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

    5wp and thank you for eveerything you do

  • @cyberX553
    @cyberX553 16 дней назад

    cloud hacking tutorial pls

  • @gk_eth
    @gk_eth 6 месяцев назад +1

    Please explain how to approach web apps with json content-type in the case of csrf?

    • @mach1ne722
      @mach1ne722 6 месяцев назад +4

      Once the content-type is application/json, browser will send the preflight OPTIONS request before forwarding the actual cross-site request. This mechanism might stop your actual request from being forwarded. If the applicaiton responds with Access-Control-Allow-Headers: Content-Type, then modified Content-Type will be allowed and the cross-site request will pass through. If the ACAH header is not allowing modified Content-Type, you can try to forcefully change it to one of the following: application/x-www-form-urlencoded, multipart/form-data or text/plain. If the application still accepts the request, you can abuse this by modifying the malicious form to include enctype=text/plain. There are some other ways to specify the Content-Type header, depends on what you use to generate cross-site request. If the application has sufficient protections against Content-Type header manipulation, you cannot abuse CSRF. Be also mindful that the ability to abuse the CSRF will also depend on if the application uses JWT token in the form of Authorization: bearer or if the session cookie is set as Lax, or Strict. This protections will also mitgate the CSRf risk.

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

    Bro will you update you Bug Bounty Course on Udemy???

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

    Let’s goooo🎉

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

    I haven't found the first security vulnerabilities yet and I'm very disappointed😭

  • @adhishrikothiyal.dreamz
    @adhishrikothiyal.dreamz 5 месяцев назад

    I could not understand the part where you framed an HTML element using tag. I tried opening it and was unable to execute the action that I intended to. My second question isa if I were to delete any user info I would not have the access to the other user's account usually. How would I find the id value in that case.

    • @sanjaiKumar-.-
      @sanjaiKumar-.- 5 месяцев назад +1

      You need to have 2 accounts. Now, try testing by altering the IDs and so on

    • @adhishrikothiyal.dreamz
      @adhishrikothiyal.dreamz 5 месяцев назад

      @@sanjaiKumar-.- I did but wasn't still able to replicate it.

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

    5wp for the win!

  • @warnawarni5227
    @warnawarni5227 6 месяцев назад +1

    is CSRF still alive now?

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

      that's the question, lol

    • @mach1ne722
      @mach1ne722 6 месяцев назад +2

      Not a bug bounty hunter, but a security researcher and pentester here. Not really sure how it is in bug bounties, but this vulnerability might be reported quickly, so you will need to be really advanced in this topic to find the "edge" cases and bypasses in certain situations. Just last week found open-redirect, missing samesite flag on the cookie + insufficient content-type validation chain in one of the core banking last week, so I would say that it very much is alive.

    • @itsm3dud39
      @itsm3dud39 6 месяцев назад +4

      i found 5 csrf last december and got 250euro for each. csrf is still alive you have to complete all the portswigger labs to find different types of csrf

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

    what is 5wp?

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

    \\alert('5WP')//; Thanks Nahamsec ...

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

    What is this caido that you are using? Is it better than burpsuite?

    • @adhishrikothiyal.dreamz
      @adhishrikothiyal.dreamz 5 месяцев назад +1

      Ben is an advisor at Caido. Caido is security auditing tool. Not as good as burp but can replace burp in future.

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

    alert(5wp)

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

    5WP! Thanks @NahamSec!

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

    5WP Thank you soo much @NahamSec

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

    not late today

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

    5WP

  • @Gamer-zo2dm
    @Gamer-zo2dm 6 месяцев назад

    Can't help to click 😂

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

    5WP!!!!!!!!!!!!!

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

    5WP !!!

  • @cobra-sks
    @cobra-sks 6 месяцев назад

    5WP 🎉

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

    5wp❤❤❤

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

    5WP!

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

    5wp

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

    5WP

  • @jondo-vh8tx
    @jondo-vh8tx 4 месяца назад

    good content but you talk to fast

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

    5wp

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

    5WP 🎉

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

    First

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

    5WP!!

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

    5wp

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

    5wp

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

    5WP

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

    W

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

    first

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

    5wp

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

    5WP

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

    5wp

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

    5wp

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

    5wp

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

    5wp

  • @user-ew5vj1sl1u
    @user-ew5vj1sl1u 6 месяцев назад

    5wp

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

    5wp