主题
XSS(Cross-Site Scripting)
跨站脚本攻击的完整知识体系。
文章目录
基础篇
XSS 类型
注入上下文
利用与绕过
收尾
目录树
text
xss
│
├── intro
├── parser-flow
├── html-parser
├── js-execution
├── dom-model
├── same-origin
├── principle
│
├── reflected
├── stored
├── dom-xss
├── universal-xss
├── mutation-xss
│
├── html-context
├── attr-context
├── script-context
├── css-context
├── url-context
│
├── cookie-theft
├── session-hijack
├── beef
├── csp-bypass
├── filter-bypass
├── polyglot
├── dompurify-bypass
├── cases
├── mitigation
└── references返回 Web 漏洞