How to reliably detect file types?

后端 未结 3 1418
心在旅途
心在旅途 2020-12-01 17:25

Objective: given the file, determine whether it is of a given type (XML, JSON, Properties etc)

Consider the case of XML - Up until we ran into this issue, the follow

3条回答
  •  再見小時候
    2020-12-01 17:43

    File type detection tools:

    • Mime Type Detection Utility
    • DROID (Digital Record Object Identification)
    • ftc - File Type Classifier
    • JHOVE, JHOVE2
    • NLNZ Metadata Extraction Tool
    • Apache Tika
    • TrID, TrIDNet
    • Oracle Outside In (commercial)
    • Forensic Innovations File Investigator TOOLS (commercial)

提交回复
热议问题