How to test if a web page is vulnerable to a cross site request forgery (CSRF) attack
Let’s assume you have created an account and have logged in to a website. Among the options you have, there is one where you can edit your profile. Once we land on that page, we want to check if there…