1

I am trying to find a magic header collection of file types which can be feeded to file command using file -m but no avail.

Distro pre included file heaers are not too many to detect all the file types on the internet..

Has anyone come up with any collection , which is more than default list?

Thanks!

Phyo Arkar Lwin
  • 6,673
  • 12
  • 41
  • 55

1 Answers1

1

FILE SIGNATURES TABLE from Gary Kessler is usually a good reference.

According to him, this page provides a copy of a magic file recovered from a Red Hat Linux system.

karlphillip
  • 92,053
  • 36
  • 243
  • 426
  • Thanks , after comparing my magic file list to the above , i am quite impressed. the magic file presented there have 204K , mine is 1.03 MB :) so Its good :) – Phyo Arkar Lwin Nov 19 '10 at 01:48