Steganography
Binwalk
## ------------------| Displays informations
binwalk sample.jpg
## ------------------| Extrack all informations
binwalk -Me sample.jpg
steghide [
JPEG, BMP, WAV and AU
]
## ------------------| Displays informations
steghide info sample.jpg
## ------------------| Extrack all informations
steghide extract sample.jpg
steghide extract -sf sample.jpg
## ------------------| Embed file.
steghide embed –ef plaintext.txt –cf sample.jpg
## ------------------| Bruteforce password
stegseek sample.jpg /usr/share/wordlists/rockyou.txt
Foremost [
PNG
]
## ------------------| Extrack all informations
foremost -i sample.jpg
Recovers Pixelized Images
## ------------------| Extract images from PDF
pdfimages -png input.pdf output.png
## ------------------|
git clone https://github.com/spipm/Depix
cd Depix
python3 depix.py -p input.png -o output.png -s images/searchimages/debruinseq_notepad_Windows10_closeAndSpaced.png
Last updated