Page 1 of 1

Hide a zip file inside an image

Posted: 22 Nov 2021 10:11
by hacxx
With the command below the user is able to hide zipfile.zip inside hackedimage.jpg.

Code: Select all

copy /b sourceimage.jpg + zipfile.zip hackedimage.jpg
The hackedimage.jpg will display as normal image and if the hackedimage.jpg is open with WinRAR it will show zipfile.zip

More tips:
*** link removed ***

Re: Hide a zip file inside an image

Posted: 01 Jul 2022 05:52
by Amanullah3456
Type "copy /b IMAGEFILE. jpg+ZIPFILE. ...

Re: Hide a zip file inside an image

Posted: 07 Jul 2022 15:55
by ShadowThief
Amanullah3456 wrote:
01 Jul 2022 05:52
Type "copy /b IMAGEFILE. jpg+ZIPFILE. ...
They weren't asking a question, and their syntax is correct. Copy uses the format

Code: Select all

copy source destination