-
Notifications
You must be signed in to change notification settings - Fork 1.7k
File Analysis and Extraction
devttys0 edited this page Oct 18, 2024
·
3 revisions
Binwalk makes it easy to analyze a file's contents and extract additional files embedded inside:
# Scan a file's contents
binwalk /tmp/firmware.bin# Scan and extract a file's contents
binwalk -e /tmp/firmware.bin# Scan and recursively extract a file's contents
binwalk -Me /tmp/firmware.binResults are color-coded to indicate confidence:

High confidence; both file metadata and at least some portions of the file data were checked for accuracy
Medium confidence; a reasonable amount of validation/sanity-checking was performed on the file metadata
Low confidence; the "magic bytes" for the reported file type were identified, but little-to-no additional validation was performed