steganography, the easy way… No steganography software required
Written by Rohit Srivastwa on June 13, 2007 – 7:32 pmYes you read it right – No steganography software
So here is a quick howto on doing image steganography with common tools, no specialized software.
1: Compress the file you want to secure( I tried both rar & zip), say secure.zip
2: Take the image file which you want to use, say image.jpg
3: run the following command
copy /b image.jpg + secure.zip hidden.jpg
4: Double click hidden.jpg & you’ll see the original image
5: Open the file in archiving utility (I tried winzip & winrar)
6: It will open the content of original secure.zip
Analysis
copy commands copies the content of both the files into a third file
The third file starts with the header of an image & even the extension is of image, so the OS (tried KDE & GNOME in case of Linux) interprets it like an image & shows the image, that too without any distortion or noise in the image.
/b option indicates binary operation & takes care of any possible goofup.
PoC
For PoC & original blog entry check
http://rohit11.blogspot.com/2007/05/steganography-easy-way-no-steganography.html
***Cross Posted on my personal Blog***
http://rohit11.blogspot.com
Subscribe to this blog using RSS