Stark is a Python-based image steganography and analysis tool. A fast and efficient tool.
Stark is a CLI tool that uses metadata manipulation to hide your messages in PNG, JPG, JPEG and WEBP images. It can be used for encrypted communication, hiding confidential information, etc.
Furthermore, Stark can scan images (PNG, JPG, JPEG and WEBP), collecting EXIF information, and other information such as image size, date and time of last modification, among other information.
You can use it for various purposes, such as hiding your passwords, secretly chatting with someone you know (using steganography as a means of encrypted communication), investigation, among others.
- KALI LINUX 🐲
- TERMUX 📲
- UBUNTU 📀
Important
📩 For the installation to work, you must have "git" installed.
git clone https://github.com/Phant0mthegreat/Stark
cd Stark
bash install.sh
Use the command ↓
python3 Stark.py
To start the program whenever you want
Use the command ↓ to start the python virtual environment
source stark_env/bin/activate
And use ↓ to start
python3 Stark.py
After use, the user ↓ to close the virtual environment
deactivate