git clone https://github.com/MASTAR-LAST/Croxe.git
cd Croxe
python3 croxe.py -h
usage: python3 croxe.py [-h] [-D DATA] [-H HASH_TYPE] [-e] [-d] [-i] [-f] [-b] [-c] target
Photo Injection Tool
positional arguments:
target the image that holding the data
options:
-h, --help show this help message and exit
-D DATA, --data DATA the data that will be inject in the target image
-H HASH_TYPE, --hash-type HASH_TYPE
specific hash type for the data (Default = sha1)
-e, --encrypt data encrypt before injecting it (Default = false)
-d, --decrypt data decrypt after extracting it (Default = false)
-i, --inject choose to inject data instead of extracting it (Default = false)
-f, --file determine whether you are content inside a specific file (Default = false)
-b, --back-up take a back up for the source image in Form ^ImageName_backup.jpg^ (Default = false)
-c, --clear remove the injecting data from the target image [work just with the data that have been
injecting with the same tool in the same device]
Only JPG images is allowed
python3 croxy.py <imageName.jpg>
python3 croxy.py <imageName.jpg> --inject --data <your data>
python3 croxy.py <imageName.jpg> --inject --data <your data> --encrypt
python3 croxy.py <imageName.jpg> --decrypt
python3 croxy.py <imageName.jpg> --clear
python3 croxy.py <imageName.jpg> --inject --data <your data> --back-up