Extracting Data from Images Cheat sheet
use strings to look at the file.
strings
Use Binwalk to view the content of a file
binwalk
OR Extract everything from the file
binwalk -ME
Search for hidden data
steghide --info filename
Extract files found
use strings to look at the file.
strings
Use Binwalk to view the content of a file
binwalk
OR Extract everything from the file
binwalk -ME
Search for hidden data
steghide --info filename
Extract files found
steghide extract -sF filename
No comments:
Post a Comment