ultros / tucker

Hide a zip in a jpg file by concatenating a jpg with a zip file.

Home Page:https://anti-forensics.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:
python3 tucker.py --jpg "original.jpg" --zip "archive.zip" --output "new_concatenated_jpg.jpg"

This program concatenates a jpg file with a zip file, appending the zip to the end of the jpg file.

Open the resultant combined jpg with a tool such as 7zip to ensure it worked correctly.

About

Hide a zip in a jpg file by concatenating a jpg with a zip file.

https://anti-forensics.com


Languages

Language:Python 100.0%