magic.mime 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957
  1. # Magic data for KMimeMagic (originally for file(1) command)
  2. #
  3. # The format is 4-5 columns:
  4. # Column #1: byte number to begin checking from, ">" indicates continuation
  5. # Column #2: type of data to match
  6. # Column #3: contents of data to match
  7. # Column #4: MIME type of result
  8. # Column #5: MIME encoding of result (optional)
  9. #------------------------------------------------------------------------------
  10. # Localstuff: file(1) magic for locally observed files
  11. # Add any locally observed files here.
  12. # Real Audio (Magic .ra\0375)
  13. 0 belong 0x2e7261fd audio/x-pn-realaudio
  14. 0 string .RMF application/vnd.rn-realmedia
  15. #video/x-pn-realvideo
  16. #video/vnd.rn-realvideo
  17. #application/vnd.rn-realmedia
  18. # sigh, there are many mimes for that but the above are the most common.
  19. # Taken from magic, converted to magic.mime
  20. # mime types according to http://www.geocities.com/nevilo/mod.htm:
  21. # audio/it .it
  22. # audio/x-zipped-it .itz
  23. # audio/xm fasttracker modules
  24. # audio/x-s3m screamtracker modules
  25. # audio/s3m screamtracker modules
  26. # audio/x-zipped-mod mdz
  27. # audio/mod mod
  28. # audio/x-mod All modules (mod, s3m, 669, mtm, med, xm, it, mdz, stm, itz, xmz, s3z)
  29. # Taken from loader code from mikmod version 2.14
  30. # by Steve McIntyre (stevem@chiark.greenend.org.uk)
  31. # <doj@cubic.org> added title printing on 2003-06-24
  32. 0 string MAS_UTrack_V00
  33. >14 string >/0 audio/x-mod
  34. #audio/x-tracker-module
  35. #0 string UN05 MikMod UNI format module sound data
  36. 0 string Extended\ Module: audio/x-mod
  37. #audio/x-tracker-module
  38. ##>17 string >\0 Title: "%s"
  39. 21 string/c \!SCREAM! audio/x-mod
  40. #audio/x-screamtracker-module
  41. 21 string BMOD2STM audio/x-mod
  42. #audio/x-screamtracker-module
  43. 1080 string M.K. audio/x-mod
  44. #audio/x-protracker-module
  45. #>0 string >\0 Title: "%s"
  46. 1080 string M!K! audio/x-mod
  47. #audio/x-protracker-module
  48. #>0 string >\0 Title: "%s"
  49. 1080 string FLT4 audio/x-mod
  50. #audio/x-startracker-module
  51. #>0 string >\0 Title: "%s"
  52. 1080 string FLT8 audio/x-mod
  53. #audio/x-startracker-module
  54. #>0 string >\0 Title: "%s"
  55. 1080 string 4CHN audio/x-mod
  56. #audio/x-fasttracker-module
  57. #>0 string >\0 Title: "%s"
  58. 1080 string 6CHN audio/x-mod
  59. #audio/x-fasttracker-module
  60. #>0 string >\0 Title: "%s"
  61. 1080 string 8CHN audio/x-mod
  62. #audio/x-fasttracker-module
  63. #>0 string >\0 Title: "%s"
  64. 1080 string CD81 audio/x-mod
  65. #audio/x-oktalyzer-tracker-module
  66. #>0 string >\0 Title: "%s"
  67. 1080 string OKTA audio/x-mod
  68. #audio/x-oktalyzer-tracker-module
  69. #>0 string >\0 Title: "%s"
  70. # Not good enough.
  71. #1082 string CH
  72. #>1080 string >/0 %.2s-channel Fasttracker "oktalyzer" module sound data
  73. 1080 string 16CN audio/x-mod
  74. #audio/x-taketracker-module
  75. #>0 string >\0 Title: "%s"
  76. 1080 string 32CN audio/x-mod
  77. #audio/x-taketracker-module
  78. #>0 string >\0 Title: "%s"
  79. # Impuse tracker module (it)
  80. 0 string IMPM audio/x-mod
  81. #>4 string >\0 "%s"
  82. #>40 leshort !0 compatible w/ITv%x
  83. #>42 leshort !0 created w/ITv%x
  84. #------------------------------------------------------------------------------
  85. # end local stuff
  86. #------------------------------------------------------------------------------
  87. # xml based formats!
  88. # svg
  89. 38 string \<\!DOCTYPE\040svg image/svg+xml
  90. # xml
  91. 0 string \<?xml text/xml
  92. #------------------------------------------------------------------------------
  93. # Java
  94. 0 beshort 0xcafe
  95. >2 beshort 0xbabe application/java
  96. #------------------------------------------------------------------------------
  97. # audio: file(1) magic for sound formats
  98. #
  99. # from Jan Nicolai Langfeldt <janl@ifi.uio.no>,
  100. #
  101. # Sun/NeXT audio data
  102. 0 string .snd
  103. >12 belong 1 audio/basic
  104. >12 belong 2 audio/basic
  105. >12 belong 3 audio/basic
  106. >12 belong 4 audio/basic
  107. >12 belong 5 audio/basic
  108. >12 belong 6 audio/basic
  109. >12 belong 7 audio/basic
  110. >12 belong 23 audio/x-adpcm
  111. # DEC systems (e.g. DECstation 5000) use a variant of the Sun/NeXT format
  112. # that uses little-endian encoding and has a different magic number
  113. # (0x0064732E in little-endian encoding).
  114. 0 lelong 0x0064732E
  115. >12 lelong 1 audio/x-dec-basic
  116. >12 lelong 2 audio/x-dec-basic
  117. >12 lelong 3 audio/x-dec-basic
  118. >12 lelong 4 audio/x-dec-basic
  119. >12 lelong 5 audio/x-dec-basic
  120. >12 lelong 6 audio/x-dec-basic
  121. >12 lelong 7 audio/x-dec-basic
  122. # compressed (G.721 ADPCM)
  123. >12 lelong 23 audio/x-dec-adpcm
  124. # Bytes 0-3 of AIFF, AIFF-C, & 8SVX audio files are "FORM"
  125. # AIFF audio data
  126. 8 string AIFF audio/x-aiff
  127. # AIFF-C audio data
  128. 8 string AIFC audio/x-aiff
  129. # IFF/8SVX audio data
  130. 8 string 8SVX audio/x-aiff
  131. # Creative Labs AUDIO stuff
  132. # Standard MIDI data
  133. 0 string MThd audio/unknown
  134. #>9 byte >0 (format %d)
  135. #>11 byte >1 using %d channels
  136. # Creative Music (CMF) data
  137. 0 string CTMF audio/unknown
  138. # SoundBlaster instrument data
  139. 0 string SBI audio/unknown
  140. # Creative Labs voice data
  141. 0 string Creative\ Voice\ File audio/unknown
  142. ## is this next line right? it came this way...
  143. #>19 byte 0x1A
  144. #>23 byte >0 - version %d
  145. #>22 byte >0 \b.%d
  146. # [GRR 950115: is this also Creative Labs? Guessing that first line
  147. # should be string instead of unknown-endian long...]
  148. #0 long 0x4e54524b MultiTrack sound data
  149. #0 string NTRK MultiTrack sound data
  150. #>4 long x - version %ld
  151. # Microsoft WAVE format (*.wav)
  152. # [GRR 950115: probably all of the shorts and longs should be leshort/lelong]
  153. # Microsoft RIFF
  154. 0 string RIFF
  155. # - WAVE format
  156. >8 string WAVE audio/x-wav
  157. >8 string/B AVI video/x-msvideo
  158. #
  159. >8 string CDRA image/x-coreldraw
  160. # AAC (aka MPEG-2 NBC)
  161. 0 beshort&0xfff6 0xfff0 audio/X-HX-AAC-ADTS
  162. 0 string ADIF audio/X-HX-AAC-ADIF
  163. 0 beshort&0xffe0 0x56e0 audio/MP4A-LATM
  164. 0 beshort 0x4De1 audio/MP4A-LATM
  165. # MPEG Layer 3 sound files
  166. # modified by Joerg Jenderek
  167. # GRR the original test are too common for many DOS files
  168. # so test 1 <= kbits nibble <= E
  169. 0 beshort &0xffe0
  170. >2 ubyte&0xF0 >0x0F
  171. >>2 ubyte&0xF0 <0xE1 audio/mpeg
  172. #MP3 with ID3 tag
  173. 0 string ID3 audio/mpeg
  174. # Ogg/Vorbis
  175. 0 string OggS application/ogg
  176. #------------------------------------------------------------------------------
  177. # c-lang: file(1) magic for C programs or various scripts
  178. #
  179. # XPM icons (Greg Roelofs, newt@uchicago.edu)
  180. # ideally should go into "images", but entries below would tag XPM as C source
  181. 0 string /*\ XPM image/x-xpmi 7bit
  182. # 3DS (3d Studio files) Conflicts with diff output 0x3d '='
  183. #16 beshort 0x3d3d image/x-3ds
  184. # this first will upset you if you're a PL/1 shop... (are there any left?)
  185. # in which case rm it; ascmagic will catch real C programs
  186. # C or REXX program text
  187. #0 string /* text/x-c
  188. # C++ program text
  189. #0 string // text/x-c++
  190. #------------------------------------------------------------------------------
  191. # commands: file(1) magic for various shells and interpreters
  192. #
  193. #0 string :\ shell archive or commands for antique kernel text
  194. 0 string #!/bin/sh application/x-shellscript
  195. 0 string #!\ /bin/sh application/x-shellscript
  196. 0 string #!/bin/csh application/x-shellscript
  197. 0 string #!\ /bin/csh application/x-shellscript
  198. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  199. 0 string #!/bin/ksh application/x-shellscript
  200. 0 string #!\ /bin/ksh application/x-shellscript
  201. 0 string #!/bin/tcsh application/x-shellscript
  202. 0 string #!\ /bin/tcsh application/x-shellscript
  203. 0 string #!/usr/local/tcsh application/x-shellscript
  204. 0 string #!\ /usr/local/tcsh application/x-shellscript
  205. 0 string #!/usr/local/bin/tcsh application/x-shellscript
  206. 0 string #!\ /usr/local/bin/tcsh application/x-shellscript
  207. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  208. 0 string #!/bin/bash application/x-shellscript
  209. 0 string #!\ /bin/bash application/x-shellscript
  210. 0 string #!/usr/local/bin/bash application/x-shellscript
  211. 0 string #!\ /usr/local/bin/bash application/x-shellscript
  212. #
  213. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  214. 0 string #!/bin/zsh application/x-shellscript
  215. 0 string #!/usr/bin/zsh application/x-shellscript
  216. 0 string #!/usr/local/bin/zsh application/x-shellscript
  217. 0 string #!\ /usr/local/bin/zsh application/x-shellscript
  218. 0 string #!/usr/local/bin/ash application/x-shellscript
  219. 0 string #!\ /usr/local/bin/ash application/x-shellscript
  220. #0 string #!/usr/local/bin/ae Neil Brown's ae
  221. #0 string #!\ /usr/local/bin/ae Neil Brown's ae
  222. 0 string #!/bin/nawk application/x-nawk
  223. 0 string #!\ /bin/nawk application/x-nawk
  224. 0 string #!/usr/bin/nawk application/x-nawk
  225. 0 string #!\ /usr/bin/nawk application/x-nawk
  226. 0 string #!/usr/local/bin/nawk application/x-nawk
  227. 0 string #!\ /usr/local/bin/nawk application/x-nawk
  228. 0 string #!/bin/gawk application/x-gawk
  229. 0 string #!\ /bin/gawk application/x-gawk
  230. 0 string #!/usr/bin/gawk application/x-gawk
  231. 0 string #!\ /usr/bin/gawk application/x-gawk
  232. 0 string #!/usr/local/bin/gawk application/x-gawk
  233. 0 string #!\ /usr/local/bin/gawk application/x-gawk
  234. #
  235. 0 string #!/bin/awk application/x-awk
  236. 0 string #!\ /bin/awk application/x-awk
  237. 0 string #!/usr/bin/awk application/x-awk
  238. 0 string #!\ /usr/bin/awk application/x-awk
  239. # update to distinguish from *.vcf files by Joerg Jenderek: joerg dot jenderek at web dot de
  240. 0 regex BEGIN[[:space:]]*[{] application/x-awk
  241. # For Larry Wall's perl language. The ``eval'' line recognizes an
  242. # outrageously clever hack for USG systems.
  243. # Keith Waclena <keith@cerberus.uchicago.edu>
  244. 0 string #!/bin/perl application/x-perl
  245. 0 string #!\ /bin/perl application/x-perl
  246. 0 string eval\ "exec\ /bin/perl application/x-perl
  247. 0 string #!/usr/bin/perl application/x-perl
  248. 0 string #!\ /usr/bin/perl application/x-perl
  249. 0 string eval\ "exec\ /usr/bin/perl application/x-perl
  250. 0 string #!/usr/local/bin/perl application/x-perl
  251. 0 string #!\ /usr/local/bin/perl application/x-perl
  252. 0 string eval\ "exec\ /usr/local/bin/perl application/x-perl
  253. #------------------------------------------------------------------------------
  254. # compress: file(1) magic for pure-compression formats (no archives)
  255. #
  256. # compress, gzip, pack, compact, huf, squeeze, crunch, freeze, yabba, whap, etc.
  257. #
  258. # Formats for various forms of compressed data
  259. # Formats for "compress" proper have been moved into "compress.c",
  260. # because it tries to uncompress it to figure out what's inside.
  261. # standard unix compress
  262. 0 string \037\235 application/x-compress
  263. # gzip (GNU zip, not to be confused with [Info-ZIP/PKWARE] zip archiver)
  264. 0 string \037\213 application/x-gzip
  265. 0 string PK\003\004 application/x-zip
  266. # RAR archiver (Greg Roelofs, newt@uchicago.edu)
  267. 0 string Rar! application/x-rar
  268. # According to gzip.h, this is the correct byte order for packed data.
  269. 0 string \037\036 application/octet-stream
  270. #
  271. # This magic number is byte-order-independent.
  272. #
  273. 0 short 017437 application/octet-stream
  274. # XXX - why *two* entries for "compacted data", one of which is
  275. # byte-order independent, and one of which is byte-order dependent?
  276. #
  277. # compacted data
  278. 0 short 0x1fff application/octet-stream
  279. 0 string \377\037 application/octet-stream
  280. # huf output
  281. 0 short 0145405 application/octet-stream
  282. # Squeeze and Crunch...
  283. # These numbers were gleaned from the Unix versions of the programs to
  284. # handle these formats. Note that I can only uncrunch, not crunch, and
  285. # I didn't have a crunched file handy, so the crunch number is untested.
  286. # Keith Waclena <keith@cerberus.uchicago.edu>
  287. #0 leshort 0x76FF squeezed data (CP/M, DOS)
  288. #0 leshort 0x76FE crunched data (CP/M, DOS)
  289. # Freeze
  290. #0 string \037\237 Frozen file 2.1
  291. #0 string \037\236 Frozen file 1.0 (or gzip 0.5)
  292. # lzh?
  293. #0 string \037\240 LZH compressed data
  294. 257 string ustar\0 application/x-tar posix
  295. 257 string ustar\040\040\0 application/x-tar gnu
  296. 0 short 070707 application/x-cpio
  297. 0 short 0143561 application/x-cpio swapped
  298. 0 string =<ar> application/x-archive
  299. 0 string \!<arch> application/x-archive
  300. >8 string debian application/x-debian-package
  301. #------------------------------------------------------------------------------
  302. #
  303. # RPM: file(1) magic for Red Hat Packages Erik Troan (ewt@redhat.com)
  304. #
  305. 0 beshort 0xedab
  306. >2 beshort 0xeedb application/x-rpm
  307. 0 lelong&0x8080ffff 0x0000081a application/x-arc lzw
  308. 0 lelong&0x8080ffff 0x0000091a application/x-arc squashed
  309. 0 lelong&0x8080ffff 0x0000021a application/x-arc uncompressed
  310. 0 lelong&0x8080ffff 0x0000031a application/x-arc packed
  311. 0 lelong&0x8080ffff 0x0000041a application/x-arc squeezed
  312. 0 lelong&0x8080ffff 0x0000061a application/x-arc crunched
  313. 0 leshort 0xea60 application/x-arj
  314. # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu)
  315. 2 string -lh0- application/x-lharc lh0
  316. 2 string -lh1- application/x-lharc lh1
  317. 2 string -lz4- application/x-lharc lz4
  318. 2 string -lz5- application/x-lharc lz5
  319. # [never seen any but the last; -lh4- reported in comp.compression:]
  320. 2 string -lzs- application/x-lha lzs
  321. 2 string -lh\ - application/x-lha lh
  322. 2 string -lhd- application/x-lha lhd
  323. 2 string -lh2- application/x-lha lh2
  324. 2 string -lh3- application/x-lha lh3
  325. 2 string -lh4- application/x-lha lh4
  326. 2 string -lh5- application/x-lha lh5
  327. 2 string -lh6- application/x-lha lh6
  328. 2 string -lh7- application/x-lha lh7
  329. # Shell archives
  330. 10 string #\ This\ is\ a\ shell\ archive application/octet-stream x-shell
  331. #------------------------------------------------------------------------------
  332. # frame: file(1) magic for FrameMaker files
  333. #
  334. # This stuff came on a FrameMaker demo tape, most of which is
  335. # copyright, but this file is "published" as witness the following:
  336. #
  337. 0 string \<MakerFile application/x-frame
  338. 0 string \<MIFFile application/x-frame
  339. 0 string \<MakerDictionary application/x-frame
  340. 0 string \<MakerScreenFon application/x-frame
  341. 0 string \<MML application/x-frame
  342. 0 string \<Book application/x-frame
  343. 0 string \<Maker application/x-frame
  344. #------------------------------------------------------------------------------
  345. # html: file(1) magic for HTML (HyperText Markup Language) docs
  346. #
  347. # from Daniel Quinlan <quinlan@yggdrasil.com>
  348. #
  349. 0 string \<HEAD text/html
  350. 0 string \<head text/html
  351. 0 string \<TITLE text/html
  352. 0 string \<title text/html
  353. 0 string \<html text/html
  354. 0 string \<HTML text/html
  355. 0 string \<!-- text/html
  356. 0 string \<h1 text/html
  357. 0 string \<H1 text/html
  358. 0 string/c \<!doctype\ html text/html
  359. #------------------------------------------------------------------------------
  360. # images: file(1) magic for image formats (see also "c-lang" for XPM bitmaps)
  361. #
  362. # originally from jef@helios.ee.lbl.gov (Jef Poskanzer),
  363. # additions by janl@ifi.uio.no as well as others. Jan also suggested
  364. # merging several one- and two-line files into here.
  365. #
  366. # XXX - byte order for GIF and TIFF fields?
  367. # [GRR: TIFF allows both byte orders; GIF is probably little-endian]
  368. #
  369. # [GRR: what the hell is this doing in here?]
  370. #0 string xbtoa btoa'd file
  371. # PBMPLUS
  372. # PBM file
  373. 0 string P1 image/x-portable-bitmap 7bit
  374. # PGM file
  375. 0 string P2 image/x-portable-greymap 7bit
  376. # PPM file
  377. 0 string P3 image/x-portable-pixmap 7bit
  378. # PBM "rawbits" file
  379. 0 string P4 image/x-portable-bitmap
  380. # PGM "rawbits" file
  381. 0 string P5 image/x-portable-greymap
  382. # PPM "rawbits" file
  383. 0 string P6 image/x-portable-pixmap
  384. # NIFF (Navy Interchange File Format, a modification of TIFF)
  385. # [GRR: this *must* go before TIFF]
  386. 0 string IIN1 image/x-niff
  387. # TIFF and friends
  388. # TIFF file, big-endian
  389. 0 string MM image/tiff
  390. # TIFF file, little-endian
  391. 0 string II image/tiff
  392. # possible GIF replacements; none yet released!
  393. # (Greg Roelofs, newt@uchicago.edu)
  394. #
  395. # GRR 950115: this was mine ("Zip GIF"):
  396. # ZIF image (GIF+deflate alpha)
  397. 0 string GIF94z image/unknown
  398. #
  399. # GRR 950115: this is Jeremy Wohl's Free Graphics Format (better):
  400. # FGF image (GIF+deflate beta)
  401. 0 string FGF95a image/unknown
  402. #
  403. # GRR 950115: this is Thomas Boutell's Portable Bitmap Format proposal
  404. # (best; not yet implemented):
  405. # PBF image (deflate compression)
  406. 0 string PBF image/unknown
  407. # GIF
  408. 0 string GIF image/gif
  409. # JPEG images
  410. 0 beshort 0xffd8 image/jpeg
  411. # PC bitmaps (OS/2, Windoze BMP files) (Greg Roelofs, newt@uchicago.edu)
  412. 0 string BM image/bmp
  413. #>14 byte 12 (OS/2 1.x format)
  414. #>14 byte 64 (OS/2 2.x format)
  415. #>14 byte 40 (Windows 3.x format)
  416. #0 string IC icon
  417. #0 string PI pointer
  418. #0 string CI color icon
  419. #0 string CP color pointer
  420. #0 string BA bitmap array
  421. # CDROM Filesystems
  422. 32769 string CD001 application/x-iso9660
  423. # Newer StuffIt archives (grant@netbsd.org)
  424. 0 string StuffIt application/x-stuffit
  425. #>162 string >0 : %s
  426. # BinHex is the Macintosh ASCII-encoded file format (see also "apple")
  427. # Daniel Quinlan, quinlan@yggdrasil.com
  428. 11 string must\ be\ converted\ with\ BinHex\ 4 application/mac-binhex40
  429. ##>41 string x \b, version %.3s
  430. #------------------------------------------------------------------------------
  431. # lisp: file(1) magic for lisp programs
  432. #
  433. # various lisp types, from Daniel Quinlan (quinlan@yggdrasil.com)
  434. 0 string ;; text/plain 8bit
  435. # Emacs 18 - this is always correct, but not very magical.
  436. 0 string \012( application/x-elc
  437. # Emacs 19
  438. 0 string ;ELC\023\000\000\000 application/x-elc
  439. #------------------------------------------------------------------------------
  440. # mail.news: file(1) magic for mail and news
  441. #
  442. # There are tests to ascmagic.c to cope with mail and news.
  443. 0 string Relay-Version: message/rfc822 7bit
  444. 0 string #!\ rnews message/rfc822 7bit
  445. 0 string N#!\ rnews message/rfc822 7bit
  446. 0 string Forward\ to message/rfc822 7bit
  447. 0 string Pipe\ to message/rfc822 7bit
  448. 0 string Return-Path: message/rfc822 7bit
  449. 0 string Received: message/rfc822
  450. 0 string Path: message/news 8bit
  451. 0 string Xref: message/news 8bit
  452. 0 string From: message/rfc822 7bit
  453. 0 string Article message/news 8bit
  454. #------------------------------------------------------------------------------
  455. # msword: file(1) magic for MS Word files
  456. #
  457. # Contributor claims:
  458. # Reversed-engineered MS Word magic numbers
  459. #
  460. 0 string \376\067\0\043 application/msword
  461. # disable this one because it applies also to other
  462. # Office/OLE documents for which msword is not correct. See PR#2608.
  463. # from magic file of the apache
  464. #0 string \320\317\021\340\241\261 application/msword
  465. 512 string \354\245\301 application/msword
  466. 0 string \333\245-\0\0\0 application/msword
  467. #------------------------------------------------------------------------------
  468. # printer: file(1) magic for printer-formatted files
  469. #
  470. # PostScript
  471. 0 string %! application/postscript
  472. 0 string \004%! application/postscript
  473. # Acrobat
  474. # (due to clamen@cs.cmu.edu)
  475. 0 string %PDF- application/pdf
  476. #------------------------------------------------------------------------------
  477. # sc: file(1) magic for "sc" spreadsheet
  478. #
  479. 38 string Spreadsheet application/x-sc
  480. #------------------------------------------------------------------------------
  481. # tex: file(1) magic for TeX files
  482. #
  483. # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
  484. #
  485. # From <conklin@talisman.kaleida.com>
  486. # Although we may know the offset of certain text fields in TeX DVI
  487. # and font files, we can't use them reliably because they are not
  488. # zero terminated. [but we do anyway, christos]
  489. 0 string \367\002 application/x-dvi
  490. #0 string \367\203 TeX generic font data
  491. #0 string \367\131 TeX packed font data
  492. #0 string \367\312 TeX virtual font data
  493. #0 string This\ is\ TeX, TeX transcript text
  494. #0 string This\ is\ METAFONT, METAFONT transcript text
  495. # There is no way to detect TeX Font Metric (*.tfm) files without
  496. # breaking them apart and reading the data. The following patterns
  497. # match most *.tfm files generated by METAFONT or afm2tfm.
  498. 2 string \000\021 application/x-tex-tfm
  499. 2 string \000\022 application/x-tex-tfm
  500. #>34 string >\0 (%s)
  501. # Texinfo and GNU Info, from Daniel Quinlan (quinlan@yggdrasil.com)
  502. 0 string \\input\ texinfo text/x-texinfo
  503. 0 string This\ is\ Info\ file text/x-info
  504. # correct TeX magic for Linux (and maybe more)
  505. # from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  506. #
  507. 0 leshort 0x02f7 application/x-dvi
  508. # RTF - Rich Text Format
  509. 0 string {\\rtf text/rtf
  510. # TeX documents, from Daniel Quinlan (quinlan@yggdrasil.com)
  511. 0 search/400 \\input text/x-tex
  512. 0 search/400 \\section text/x-tex
  513. 0 search/400 \\setlength text/x-tex
  514. 0 search/400 \\documentstyle text/x-tex
  515. 0 search/400 \\chapter text/x-tex
  516. 0 search/400 \\documentclass text/x-tex
  517. #------------------------------------------------------------------------------
  518. # animation: file(1) magic for animation/movie formats
  519. #
  520. # animation formats, originally from vax@ccwf.cc.utexas.edu (VaX#n8)
  521. # MPEG file
  522. # MPEG sequences
  523. 0 belong 0x000001BA
  524. >4 byte &0x40 video/mp2p
  525. >4 byte ^0x40 video/mpeg
  526. 0 belong 0x000001BB video/mpeg
  527. 0 belong 0x000001B0 video/mp4v-es
  528. 0 belong 0x000001B5 video/mp4v-es
  529. 0 belong 0x000001B3 video/mpv
  530. 0 belong&0xFF5FFF1F 0x47400010 video/mp2t
  531. 0 belong 0x00000001
  532. >4 byte&0x1F 0x07 video/h264
  533. # FLI animation format
  534. 0 leshort 0xAF11 video/fli
  535. # FLC animation format
  536. 0 leshort 0xAF12 video/flc
  537. #
  538. # SGI and Apple formats
  539. # Added ISO mimes
  540. 0 string MOVI video/sgi
  541. 4 string moov video/quicktime
  542. 4 string mdat video/quicktime
  543. 4 string wide video/quicktime
  544. 4 string skip video/quicktime
  545. 4 string free video/quicktime
  546. 4 string idsc image/x-quicktime
  547. 4 string idat image/x-quicktime
  548. 4 string pckg application/x-quicktime
  549. 4 string/B jP image/jp2
  550. 4 string ftyp
  551. >8 string isom video/mp4
  552. >8 string mp41 video/mp4
  553. >8 string mp42 video/mp4
  554. >8 string/B jp2 image/jp2
  555. >8 string 3gp video/3gpp
  556. >8 string avc1 video/3gpp
  557. >8 string mmp4 video/mp4
  558. >8 string/B M4A audio/mp4
  559. >8 string/B qt video/quicktime
  560. # The contributor claims:
  561. # I couldn't find a real magic number for these, however, this
  562. # -appears- to work. Note that it might catch other files, too,
  563. # so BE CAREFUL!
  564. #
  565. # Note that title and author appear in the two 20-byte chunks
  566. # at decimal offsets 2 and 22, respectively, but they are XOR'ed with
  567. # 255 (hex FF)! DL format SUCKS BIG ROCKS.
  568. #
  569. # DL file version 1 , medium format (160x100, 4 images/screen)
  570. 0 byte 1 video/unknown
  571. 0 byte 2 video/unknown
  572. #
  573. # Databases
  574. #
  575. # GDBM magic numbers
  576. # Will be maintained as part of the GDBM distribution in the future.
  577. # <downsj@teeny.org>
  578. 0 belong 0x13579ace application/x-gdbm
  579. 0 lelong 0x13579ace application/x-gdbm
  580. 0 string GDBM application/x-gdbm
  581. #
  582. 0 belong 0x061561 application/x-dbm
  583. #
  584. # Executables
  585. #
  586. 0 string \177ELF
  587. >16 leshort 0 application/octet-stream
  588. >16 leshort 1 application/x-object
  589. >16 leshort 2 application/x-executable
  590. >16 leshort 3 application/x-sharedlib
  591. >16 leshort 4 application/x-coredump
  592. >16 beshort 0 application/octet-stream
  593. >16 beshort 1 application/x-object
  594. >16 beshort 2 application/x-executable
  595. >16 beshort 3 application/x-sharedlib
  596. >16 beshort 4 application/x-coredump
  597. #
  598. # DOS
  599. 0 string MZ application/x-dosexec
  600. #
  601. # KDE
  602. 0 string [KDE\ Desktop\ Entry] application/x-kdelnk
  603. 0 string #\ KDE\ Config\ File application/x-kdelnk
  604. # xmcd database file for kscd
  605. 0 string #\ xmcd text/xmcd
  606. #------------------------------------------------------------------------------
  607. # pkgadd: file(1) magic for SysV R4 PKG Datastreams
  608. #
  609. 0 string #\ PaCkAgE\ DaTaStReAm application/x-svr4-package
  610. #PNG Image Format
  611. 0 string \x89PNG image/png
  612. # MNG Video Format, <URL:http://www.libpng.org/pub/mng/spec/>
  613. 0 string \x8aMNG video/x-mng
  614. 0 string \x8aJNG video/x-jng
  615. #------------------------------------------------------------------------------
  616. # Hierarchical Data Format, used to facilitate scientific data exchange
  617. # specifications at http://hdf.ncsa.uiuc.edu/
  618. 0 belong 0x0e031301 Hierarchical Data Format (version 4) data
  619. 0 string \211HDF\r\n\032 Hierarchical Data Format (version 5) data
  620. # Adobe Photoshop
  621. 0 string 8BPS image/x-photoshop
  622. # Felix von Leitner <felix-file@fefe.de>
  623. 0 string d8:announce application/x-bittorrent
  624. # lotus 1-2-3 document
  625. 0 belong 0x00001a00 application/x-123
  626. 0 belong 0x00000200 application/x-123
  627. # MS Access database
  628. 4 string Standard\ Jet\ DB application/msaccess
  629. ## magic for XBase files
  630. #0 byte 0x02
  631. #>8 leshort >0
  632. #>>12 leshort 0 application/x-dbf
  633. #
  634. #0 byte 0x03
  635. #>8 leshort >0
  636. #>>12 leshort 0 application/x-dbf
  637. #
  638. #0 byte 0x04
  639. #>8 leshort >0
  640. #>>12 leshort 0 application/x-dbf
  641. #
  642. #0 byte 0x05
  643. #>8 leshort >0
  644. #>>12 leshort 0 application/x-dbf
  645. #
  646. #0 byte 0x30
  647. #>8 leshort >0
  648. #>>12 leshort 0 application/x-dbf
  649. #
  650. #0 byte 0x43
  651. #>8 leshort >0
  652. #>>12 leshort 0 application/x-dbf
  653. #
  654. #0 byte 0x7b
  655. #>8 leshort >0
  656. #>>12 leshort 0 application/x-dbf
  657. #
  658. #0 byte 0x83
  659. #>8 leshort >0
  660. #>>12 leshort 0 application/x-dbf
  661. #
  662. #0 byte 0x8b
  663. #>8 leshort >0
  664. #>>12 leshort 0 application/x-dbf
  665. #
  666. #0 byte 0x8e
  667. #>8 leshort >0
  668. #>>12 leshort 0 application/x-dbf
  669. #
  670. #0 byte 0xb3
  671. #>8 leshort >0
  672. #>>12 leshort 0 application/x-dbf
  673. #
  674. #0 byte 0xf5
  675. #>8 leshort >0
  676. #>>12 leshort 0 application/x-dbf
  677. #
  678. #0 leshort 0x0006 application/x-dbt
  679. # Debian has entries for the old PGP formats:
  680. # pgp: file(1) magic for Pretty Good Privacy
  681. # see http://lists.gnupg.org/pipermail/gnupg-devel/1999-September/016052.html
  682. 0 beshort 0x9900 text/PGP key public ring
  683. 0 beshort 0x9501 text/PGP key security ring
  684. 0 beshort 0x9500 text/PGP key security ring
  685. 0 beshort 0xa600 text/PGP encrypted data
  686. 0 string -----BEGIN\040PGP text/PGP armored data
  687. >15 string PUBLIC\040KEY\040BLOCK- public key block
  688. >15 string MESSAGE- message
  689. >15 string SIGNED\040MESSAGE- signed message
  690. >15 string PGP\040SIGNATURE- signature
  691. 0 beshort 0x8501 data
  692. #
  693. # GnuPG Magic:
  694. #
  695. 0 beshort 0x9901 text/GnuPG key public ring
  696. 0 beshort 0x8501 text/OpenPGP data
  697. # flash: file(1) magic for Macromedia Flash file format
  698. #
  699. # See
  700. #
  701. # http://www.macromedia.com/software/flash/open/
  702. #
  703. 0 string FWS
  704. >3 byte x application/x-shockwave-flash
  705. # The following paramaters are created for Namazu.
  706. # <http://www.namazu.org/>
  707. #
  708. # 1999/08/13
  709. #0 string \<!--\ MHonArc text/html; x-type=mhonarc
  710. 0 string BZh application/x-bzip2
  711. # 1999/09/09
  712. # VRML (suggested by Masao Takaku)
  713. 0 string #VRML\ V1.0\ ascii model/vrml
  714. 0 string #VRML\ V2.0\ utf8 model/vrml
  715. #------------------------------------------------------------------------------
  716. # ichitaro456: file(1) magic for Just System Word Processor Ichitaro
  717. #
  718. # Contributor kenzo-:
  719. # Reversed-engineered JS Ichitaro magic numbers
  720. #
  721. 0 string DOC
  722. >43 byte 0x14 application/ichitaro4
  723. >144 string JDASH application/ichitaro4
  724. 0 string DOC
  725. >43 byte 0x15 application/ichitaro5
  726. 0 string DOC
  727. >43 byte 0x16 application/ichitaro6
  728. #------------------------------------------------------------------------------
  729. # office97: file(1) magic for MicroSoft Office files
  730. #
  731. # Contributor kenzo-:
  732. # Reversed-engineered MS Office magic numbers
  733. #
  734. #0 string \320\317\021\340\241\261\032\341
  735. #>48 byte 0x1B application/excel
  736. 2080 string Microsoft\ Excel\ 5.0\ Worksheet application/excel
  737. 2114 string Biff5 application/excel
  738. 0 string \224\246\056 application/msword
  739. 0 belong 0x31be0000 application/msword
  740. 0 string PO^Q` application/msword
  741. 0 string \320\317\021\340\241\261\032\341
  742. >546 string bjbj application/msword
  743. >546 string jbjb application/msword
  744. 512 string R\0o\0o\0t\0\ \0E\0n\0t\0r\0y application/msword
  745. 2080 string Microsoft\ Word\ 6.0\ Document application/msword
  746. 2080 string Documento\ Microsoft\ Word\ 6 application/msword
  747. 2112 string MSWordDoc application/msword
  748. #0 string \320\317\021\340\241\261\032\341 application/powerpoint
  749. 0 string \320\317\021\340\241\261\032\341 application/msword
  750. 0 string #\ PaCkAgE\ DaTaStReAm application/x-svr4-package
  751. # WinNT/WinCE PE files (Warner Losh, imp@village.org)
  752. #
  753. 128 string PE\000\000 application/octet-stream
  754. 0 string PE\000\000 application/octet-stream
  755. # miscellaneous formats
  756. 0 string LZ application/octet-stream
  757. # DOS device drivers by Joerg Jenderek
  758. 0 belong 0xffffffff application/octet-stream
  759. # .EXE formats (Greg Roelofs, newt@uchicago.edu)
  760. #
  761. 0 string MZ
  762. >24 string @ application/octet-stream
  763. 0 string MZ
  764. >30 string Copyright\ 1989-1990\ PKWARE\ Inc. application/x-zip
  765. 0 string MZ
  766. >30 string PKLITE\ Copr. application/x-zip
  767. 0 string MZ
  768. >36 string LHa's\ SFX application/x-lha
  769. 0 string MZ application/octet-stream
  770. # LHA archiver
  771. 2 string -lh
  772. >6 string - application/x-lha
  773. # Zoo archiver
  774. 20 lelong 0xfdc4a7dc application/x-zoo
  775. # ARC archiver
  776. 0 lelong&0x8080ffff 0x0000081a application/x-arc
  777. 0 lelong&0x8080ffff 0x0000091a application/x-arc
  778. 0 lelong&0x8080ffff 0x0000021a application/x-arc
  779. 0 lelong&0x8080ffff 0x0000031a application/x-arc
  780. 0 lelong&0x8080ffff 0x0000041a application/x-arc
  781. 0 lelong&0x8080ffff 0x0000061a application/x-arc
  782. # Microsoft Outlook's Transport Neutral Encapsulation Format (TNEF)
  783. 0 lelong 0x223e9f78 application/ms-tnef
  784. # From: stephane.loeuillet@tiscali.f
  785. # http://www.djvuzone.org/
  786. 0 string AT&TFORM image/x.djvu
  787. # Danny Milosavljevic <danny.milo@gmx.net>
  788. # this are adrift (adventure game standard) game files, extension .taf
  789. # depending on version magic continues with 0x93453E6139FA (V 4.0)
  790. # 0x9445376139FA (V 3.90)
  791. # 0x9445366139FA (V 3.80)
  792. # this is from source (http://www.adrift.org.uk/) and I have some taf
  793. # files, and checked them.
  794. #0 belong 0x3C423FC9
  795. #>4 belong 0x6A87C2CF application/x-adrift
  796. #0 string \000\000\001\000 image/x-ico
  797. # Quark Xpress 3 Files:
  798. # (made the mimetype up)
  799. 0 string \0\0MMXPR3\0 application/x-quark-xpress-3
  800. # EET archive
  801. # From: Tilman Sauerbeck <tilman@code-monkey.de>
  802. 0 belong 0x1ee7ff00 application/x-eet
  803. # From: Denis Knauf, via gentoo.
  804. 0 string fLaC audio/x-flac
  805. 0 string CWS application/x-shockwave-flash
  806. # Hangul Document Files:
  807. # Reversed-engineered HWP magic numbers
  808. # From: Won-Kyu Park <wkpark@kldp.org>
  809. 512 string R\0o\0o\0t\0 application/x-hwp
  810. 0 string/c BEGIN:VCARD text/x-vcard
  811. 0 string WordPro\0 application/vnd.lotus-wordpro
  812. 0 string WordPro\r\373 application/vnd.lotus-wordpro
  813. 0 string CPC\262 image/cpi
  814. #
  815. 128 string DICM application/dicom
  816. # Symbian installation files
  817. 8 lelong 0x10000419 application/vnd.symbian.install
  818. 0 lelong 0x10201A7A x-epoc/x-sisx-app