05 File Enumeration

General

# Check 1 real file type
file file.xxx

# Analyze strings
strings file.xxx
strings -a -n 15 file.xxx # Check the entire file and outputs strings long

# Check embedded files
binwalk file.xxx # Check
binwalk -e file.xxx # Extract

# Check as binary file in hex
ghex file.xxx

# Check metadata
exiftool file.xxx

# Compressed files
fcrackzip file.zip

Disk Mount

Audio

Images

Last updated

Was this helpful?