# Cross-site scripting Lab1 這題是在練最基本的 Reflected XSS,要我們執行 alert。 進入網站。 ![image](https://hackmd.io/_uploads/Hy7uu8zHee.png) 輸入並搜尋: ``` <script>alert(1)</script> ``` ![image](https://hackmd.io/_uploads/SJe1FOLMHxx.png) ![image](https://hackmd.io/_uploads/rJLj_8fBxg.png) ---