XSS Cheat Sheet
Top Most Important XSS Script Cheat Sheet for Web Application Penetration Testing.
XSS is a very commonly exploited vulnerability type which is very widely spread and easily detectable. Here we are going to see about most important XSS Cheat Sheet.
What is XSS(Cross Site Scripting)? An attacker can inject untrusted snippets of JavaScript into your application without validation. This JavaScript is then executed by the victim who is visiting the target site. XSS classified into three types and these XSS Cheat Sheet will help to find the XSS vulnerabilities for Pentesters.
- Reflected XSS
- Stored XSS
- DOM-Based XSS
Comments
Post a Comment