Steghide and Stegosuite Tools Kali linux for Steganography - JTECHCODE

Steghide Tool Installation

  • apt update
  • apt upgrade
  • apt install steghide


Open Tool Usages

  • steghide --help
  • man steghide

Embed data

  • steghide embed -ef 'hide.txt' -cf 'image.jpg' -p password 
  • Now the data embedded into image file

Extract data

  • steghide extract -sf stegofile.jpg -p password -xf outputfile
  • Now the data extracted from given stegofile

 

Stegosuite Tool Installation

  • apt update
  • apt install stegosuite


Open Tool Usages

  • stegosuite --help
  • man stegosuite

Embed data

  • Now open the stegosuite window ( command stegosuite )
  • Click file menu to select the image file
  • Give the secret message or select the text files to embed
  • Give the password and click Embed button

Extract data

  • Click file menu to select the stego file
  • Give the password and click extract button
  • Now the data extracted

WiFi + Hacking Gadgets