Discovering Csrf With Owasp's Csrftester Tool
|
|
|
||||||||||
Description:
CSRF is an attack which forces an end user to execute unwanted actions on a web application in which he/she is currently authenticated. With a little help of social engineering (like sending a link via email/chat), an attacker may force the users of a web application to execute actions of the attacker's choosing. A successful CSRF exploit can compromise end user data and operation in case of normal user. If the targeted end user is the administrator account, this can compromise the entire web application.
The OWASP CSRFTester Project attempts to give developers the ability to test their applications for CSRF flaws. In this video, Redmeat_uk (redmeat_uk [] hotmail.com) shows us a demo of the tool - Using OWASP's CSRFTester to find CSRF in a web application and create the HTML/Javascript code to exploit the CSRF. You can visit his YouTube channel from more videos.
The OWASP CSRFTester Project attempts to give developers the ability to test their applications for CSRF flaws. In this video, Redmeat_uk (redmeat_uk [] hotmail.com) shows us a demo of the tool - Using OWASP's CSRFTester to find CSRF in a web application and create the HTML/Javascript code to exploit the CSRF. You can visit his YouTube channel from more videos.


