CSRF Testing Guide For Bug Bounty Hunters

Thexssrat
System Weakness
Published in
6 min readApr 23, 2021

--

What is it

CSRF — Cross site request forgery

CSRF is an attack technique that attempts to circumvent a defensive technique that is marked by CSRF tokens.

Say you are a website builder and you are creating a new website. You create the profile section which allows you to update your address. Now along comes a bad actor. They analyse the request and are able to forge it. They create their own website and they put a button on there which will call the profile section of your website and which will update…

--

--