1. 概述
2. 插件安裝
3. 功能簡介
插件安裝後,對於可能存在 XSS 隱患的一些請求,當輸入參數中包含了符合以下正則運算式的部分時,攔截請求:
| 正則 | 範例 |
|---|---|
| JAVASCRIPT: | <IMG SRC="javascript:alert('XSS');"> |
| ONERROR= | <IMG SRC=/ onerror="alert(String.fromCharCode(88,83,83))"></img> |
| ALERT(.*) | <IMG SRC="javascript:alert('XSS');"> |
| <IMG SRC | <IMG SRC="javascript:alert('XSS');"> |
| <SCRIPT SRC | <SCRIPT SRC=http://xss.rocks/xss.js?< B > |
| <IFRAME SRC | <iframe src=http://xss.rocks/scriptlet.html < |
| <EMBED SRC | <EMBED SRC="http://ha.ckers.org/xss.swf" AllowScriptAccess="always"></EMBED> |
| <A HREF | <A HREF="http://IP/">XSS</A> |
