Skip to content

smallbiskit/IdentiFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IdentiFile

A simple Python-based file signature (magic number) detector.

IdentiFile identifies the true file type of any file by reading its magic bytes, instead of relying on the file extension. This makes it useful for security testing, file validation, and detecting renamed/masked files.

Installation

git clone https://github.com/smallbiskit/IdentiFile

Usage

  • -p : Specify the path to the file
  • -h : Display the help page

Example

cd IdentiFile

python3 IdentiFile.py -p /home/smallbiskit/frame.png

About

Simple command line tool for checking and validating filetypes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages