원문정보
초록
영어
In present-day time, securing the web application against hacking is a big challenge. One of the common types of hacking technique to attack the web application is Cross-Site Scripting (XSS). Cross-Site Scripting (XSS) vulnerabilities are being exploited by the attackers to steal web browser’s resources such as cookies, credentials etc. by injecting the malicious JavaScript code on the victim’s web applications. Since Web browsers support the execution of commands embedded in Web pages to enable dynamic Web pages attackers can make use of this feature to enforce the execution of malicious code in a user’s Web browser. The analysis of detection and prevention of Cross-Site Scripting (XSS) help to avoid this type of attack. We describe a technique to detect and prevent this kind of manipulation and hence eliminate Cross-Site Scripting attack.
목차
1. Introduction
2. Overview of Cross-Site Scripting Attack
2.1. Threats of XSS
2.2. Vulnerabilities Associated With XSS for Web Applications
2.3. Types of Cross-Site Scripting Attack
3. Related Work
3.1. Cross-site Scripting (XSS) Attack Detection
3.2. Cross-site Scripting (XSS) Attack Prevention
4. Conclusion
References
