shadowbrokers-exploits/windows/Resources/Ep/Commands/Display/cleareventlog_Display.xsl

10 lines
288 B
XML
Raw Normal View History

<?xml version='1.0' ?>
<xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="StandardTransforms.xsl"/>
<xsl:output method="text"/>
<xsl:template match="Success">
<xsl:text>Log cleared</xsl:text>
</xsl:template>
</xsl:transform>