Download zip from URL:
curl <url> --output <filename>
Unzip archive:
unzip -d <dir> <file.zip>
View file types:
file *.bin
Count file types:
file *.bin | grep -i "image" | wc -l
Hexadecimal dump:
xxd <filename>
Find files containing a specific string:
grep -o "heffaklump" *.bin