, 4 tweets, 1 min read
My Authors
Read all threads
CSRF Bypasses:
1. Check if there is any CSRF token in request, if yes, remove token and send request, is it bypassed? Modify the CSRF token to any other CSRF token, Check if CSRF token is matched with any cookie token, if yes, you can bypass this.
2. You are seeing no CSRF token? Don't be overexcited.
3. There can be origin check on server side, This CSRF protection is done using CORS policy.
4. Origin is always send by the browser, you can't modify or send your own Origin by XMLHttpRequest or Fetch API.
5. Change the origin in Burp to null, and see what response you are getting in Access-Control-Allow-Origin: header.
6. Change the origin to your attacker domain and again see the above response header, does it contain your domain or * as response. Congo, you can bypass this.
7. If response is having * as value, browser will not send cookie with your request, so you can only send unauthenticated request.
8. Does server check for "referer" header? Bypass it by having this in html:
<meta name="referrer" content="no-referrer">
developer.mozilla.org/en-US/docs/Web…
Missing some Tweet in this thread? You can try to force a refresh.

Enjoying this thread?

Keep Current with Sachin Grover

Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

Twitter may remove this content at anytime, convert it as a PDF, save and print for later use!

Try unrolling a thread yourself!

how to unroll video

1) Follow Thread Reader App on Twitter so you can easily mention us!

2) Go to a Twitter thread (series of Tweets by the same owner) and mention us with a keyword "unroll" @threadreaderapp unroll

You can practice here first or read more on our help page!

Follow Us on Twitter!

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just three indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3.00/month or $30.00/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!