Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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]

  • Recovers Pixelized Images

Last updated