How to perform a CSRF attack

Hello All,

In my latest youtube video, I show you how to perform a CSRF attack ( Cross Site Request Forgery).

This type of attack allows an attacker to hijack a browser section to push a user to do something without knowing like changing his or her password.

 

Cross Site Request Forgery

 

This type of attack can be mitigated with proper website coding using tokens that would not allow the same request to be sent twice with the same token.

You can get more information about this attack on the OWASP site.

Click this Link to the OWASP document

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.