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.
git clone https://github.com/smallbiskit/IdentiFile
-p: Specify the path to the file-h: Display the help page
cd IdentiFile
python3 IdentiFile.py -p /home/smallbiskit/frame.png