Example: http://127.0.0.1:10001/?message=%3Cscript%3Ealert(%22xss%22)%3C/script%3E 伺服器接收到 message 參數是 %3Cscript%3Ealert(%22xss%22)%3C/script%3E 經過 url decode → <script>alert("xss")</script> Where can I test XSS
• Other framework(ex:flask、jsp) 字符 HTML Entity & & " " ' ' 、' < < > > This is some <b>bold</b> text. This is some <b>bold</b> text. • Online HTML Entity Encoder/Decoder