- Binwalk - A tool for searching binary files for embedded hidden files and data.
binwalk $file # Displays the embedded databinwalk -e file # Extracts the databinwalk --dd ".*" $file # Extracts all data
- strings
strings $filestrings -n 6 $file # Extracts strings with a minimum length of 6
- file
file $file
- exiftool
exiftool $file