# Cross-site scripting Lab1
這題是在練最基本的 Reflected XSS,要我們執行 alert。
進入網站。

輸入並搜尋:
```
<script>alert(1)</script>
```


---