Steghide
It is simply a tool that hides a file or message in an image.
Install / Use
/learn @mrwhite4939/SteghideREADME
StegHide
🛠️ Installation
📌 Kali Linux
sudo apt update
git clone https://github.com/mrwhite4939/steghide
cd steghide
chmod +x *
./steghide
📌 Termux (Android)
pkg update && pkg upgrade
pkg install git
git clone https://github.com/mrwhite4939/steghide
cd steghide
chmod +x *
./steghide

