metalink4-dosdirtraversal.xml 543 B

1234567891011121314
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <metalink xmlns="urn:ietf:params:xml:ns:metalink">
  3. <file name="..\..\example.ext">
  4. <url location="fr" priority="1">http://example.com/example.ext</url>
  5. </file>
  6. <file name="..\..\file1.ext">
  7. <size>12345</size>
  8. <metaurl mediatype="torrent" name="d/file1.ext">http://example.com/example.torrent</metaurl>
  9. </file>
  10. <file name="..\..\file2.ext">
  11. <size>12345</size>
  12. <metaurl mediatype="torrent" name="d/file2.ext">http://example.com/example.torrent</metaurl>
  13. </file>
  14. </metalink>