mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-25 06:53:47 +00:00
5ec9d37a15
refreshed mime/content-types Source: https://www.iana.org/assignments/media-types/media-types.xml ``` curl https://www.iana.org/assignments/media-types/media-types.xml -s | xpath -q -e '//file/text()' | tr '[[:upper:]]' '[[:lower:]]' ```