International Journal of All Research Education & Scientific Methods

An ISO Certified Peer-Reviewed Journal

ISSN: 2455-6211

Latest News

Visitor Counter
9336499916

Detection of Cross Site Scripting (XSS) with ...

You Are Here :
> > > >
Detection of Cross Site Scripting (XSS) with ...

Detection of Cross Site Scripting (XSS) with CNN

Author Name : Mohit Gupta, Saloni Sharma, Tanya Singhal, Rahul, Vaka Venkata Bhargava Reddy, Arpita Naidu

PROBLEM DEFINITION

An attacker can use XSS to send a malicious script to an unsuspecting user. The end user’s browser has no way to know that the script should not be trusted, and will execute the script. Because it thinks the script came from a trusted source, the malicious script can access any cookies, session tokens, or other sensitive information retained by the browser and used with that site. These scripts can even rewrite the content of the HTML page.

Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS attacks occur when an attacker uses a web application to send malicious code, generally in the form of a browser side script, to a different end user. Flaws that allow these attacks to succeed are quite widespread and occur anywhere a web application uses input from a user within the output it generates without validating or encoding it.

That is why we decided to make a system to detect these XSS attacks, so as to reduce the risk that comes with the vulnerability of a company to such attacks. The advantage of detecting these attacks would be that companies and organizations would be able to prevent any damage to their working systems through these attacks.