International Journal of All Research Education & Scientific Methods

An ISO Certified Peer-Reviewed Journal

ISSN: 2455-6211

Latest News

Visitor Counter
4834727252

Understanding the Cross-site Request Forgery ...

You Are Here :
> > > >
Understanding the Cross-site Request Forgery ...

Understanding the Cross-site Request Forgery Vulnerability (CSRF) and Detecting CSRF vulnerability using Python Script

Author Name : Hardik Varma

ABSTRACT

In today’s world web applications are very important for our daily routine and many other activities are relay on the security of these web applications. Due to lack of security most of web applications are still vulnerable with the CSRF vulnerability. Cross-site request forgery (CSRF/XSRF) is vulnerability that is found in most of web applications. Without the knowledge of user it can allow an attacker that will perform unauthorized activities by which an attacker can manipulate your private data, Like if any user can send email to his collegue then the vulnerable web application do the same thing. Still it is hard to detect CSRF Vulnerability. In this paper we will understand the vulnerability of CSRF and how to detect CSRF Vulnerability in URl of web application using Python Script.

Keywords- CSRF, OWASP, CSRF DETECTION.