top of page

Steganography

Exiftool-

Exiftool is a tool used for reading and writing metadata in images.

 Installation- sudo apt install exiftool

Usage - exiftool <filename>

​

​

​

​

Screenshot%20at%202020-06-19%2012-18-07_

This is an illustration of the use of exiftool

Binwalk-

Binwalk is a tool used to scan and extract files hidden or embeded in another file. It works on any kind of file formats ranging from png files to rar files. 

Installation - sudo apt install binwalk

binwalk <filename>

binwalk --dd='.*' <filename>

bottom of page