magic.mime 30 KB

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