ended3월 19일· 1 sources
Cross-site scripting – Reflected XSS | PortSwigger Lab Note #3
교차 사이트 스크립팅 – Reflected XSS | PortSwigger 실습 노트 #3
Why it matters
This PortSwigger lab demonstrates a reflected XSS vulnerability where common tags like <script> are blocked but SVG-related tags bypass the filter. By using Burp Intruder to systematically identify allowed tags and attributes, a working XSS payload can be constructed. The recommended remediation includes context-aware output encoding, input validation, and Content Security Policy implementation.
1
Sources
+0
24h
—
Growth
176d
Active
Reflected XSSSVGBurp IntruderPortSwiggerCSP