Cross-site Scripting (XSS)
Cross-site Scripting (aka XSS) is a web security vulnerability. In this vulnerability an attacker somhow execute their malicious javascript code in client's browser. Its a client side vulnerability because of execution of javascript in clients's browser.Contents :
- Prerequisite
- Types of XSS
- Impact if successful XSS
Prerequisite :
- javascript
- Concept of request/response and databases
Types of XSS :
- Reflected XSS
- Stored XSS
- DOM Based XSS
- Blind XSS
Impact if successful XSS :
- Session hijacking
- Phishing and credential theft
- Social engineering
- Data exfiltration
- Malware installation
- Content manipulation and defacement