metalink4-dirtraversal.xml 1003 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <metalink xmlns="urn:ietf:params:xml:ns:metalink">
  3. <file name="/example1.ext">
  4. <url location="fr" priority="1">http://example.com/example.ext</url>
  5. </file>
  6. <file name="./example2.ext">
  7. <url location="fr" priority="1">http://example.com/example.ext</url>
  8. </file>
  9. <file name="../example3.ext">
  10. <url location="fr" priority="1">http://example.com/example.ext</url>
  11. </file>
  12. <file name="dir/../example4.ext">
  13. <url location="fr" priority="1">http://example.com/example.ext</url>
  14. </file>
  15. <file name="example5.ext/..">
  16. <url location="fr" priority="1">http://example.com/example.ext</url>
  17. </file>
  18. <file name=".">
  19. <url location="fr" priority="1">http://example.com/example.ext</url>
  20. </file>
  21. <file name="..">
  22. <url location="fr" priority="1">http://example.com/example.ext</url>
  23. </file>
  24. <file name="foo">
  25. <metaurl name="../foo" mediatype="torrent">http://example.com/example.torrent</metaurl>
  26. </file>
  27. </metalink>