bl4de / security-tools

My collection of various security tools created mostly in Python and Bash. For CTFs and Bug Bounty.
MIT License
863 stars 177 forks source link

[hexview] File signature detection based on 'magic numbers' #27

Closed bl4de closed 6 years ago

bl4de commented 6 years ago

Add basic file type detection based on magic numbers:

https://en.wikipedia.org/wiki/List_of_file_signatures

bl4de commented 6 years ago

Done