Para o tutorial em português clique aqui 🇧🇷
![](https://private-user-images.githubusercontent.com/86272521/266880542-1734d34c-541d-4696-8f05-4fb8fc88690e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTgyMzYsIm5iZiI6MTczOTI1NzkzNiwicGF0aCI6Ii84NjI3MjUyMS8yNjY4ODA1NDItMTczNGQzNGMtNTQxZC00Njk2LThmMDUtNGZiOGZjODg2OTBlLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MTIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQzMjQzMWZhYjhiZWQ1ZWY0YzA2Zjc3ZWE5NWY4OGEyMTc2NzAyZmNlMDg3ZDExZWIyYTAyMGQwM2U2MDc1NmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kmOBQSjH7SqWErAK_7c0wGEqTpv7LzXr0MILUl6HT8o)
The program uses 3 least significant bits (LSB) for red and blue channels and 2 LSB for the green channel. Using lossless compression (PNG), StegoShare provides about 40% capacity (in the 250Mb images you can hide 100Mb file). Visually images looks that there are no any files embedded, human eye cannot detect the difference. 128-bit encryption makes detecting hidden file more difficult.
Features |
---|
Simple and easy to use |
Works on any platform that runs Java |
apt install wget openjdk-8-jdk openjdk-8-jre
wget http://downloads.sourceforge.net/stegoshare/StegoShare.jar
java -jar StegoShare.jar
emerge openjdk
emerge jre
wget http://downloads.sourceforge.net/stegoshare/StegoShare.jar
java -jar StegoShare.jar
![](https://private-user-images.githubusercontent.com/86272521/266881922-6438b4f4-0c4b-4c65-99cb-f5e588617fb9.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTgyMzYsIm5iZiI6MTczOTI1NzkzNiwicGF0aCI6Ii84NjI3MjUyMS8yNjY4ODE5MjItNjQzOGI0ZjQtMGM0Yi00YzY1LTk5Y2ItZjVlNTg4NjE3ZmI5LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MTIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWYxMTgyNjhjOWQ4NTliY2VhN2Q2MGE0Yjg3ZGMxYzg2ZWEyYzdjYmI4NzdlNTUxMjZjNWQwM2E0YmM2OWU4M2QmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iTCT-B01_i4SNRb4e4aCDPNhUxmogEozEfBRCOkJePg)
Is a tool to send steganographed text messages to another computer over the network. The receiver must make a traceroute to the sender using the mtr program (and pressing d once to switch the display mode to the continuous graph). This tool, the sender, creates several fake hops and makes them answer the ICMP packets (or not) to write the letters one by one on the mtr client screen.
Features |
---|
It can print upper and lower-case letters. |
It can print in normal or color-inverse mode. |
It can loop forever. |
It should work on your own localhost computer, on your LAN and over the Internet. |
Is uses the Sinclair ZX Spectrum (1982) font. |
You can select the TTL value on demand and therefore 'move' the text up and down the mtr graph. |
Warning! You can filter the IP address that should receive the traceroute. If you don't filter it, every traceroute coming out of the server will mysteriously add fake hops to any destination!You can feel the sensation of being MITMed by the top intelligence organizations in the world by using the conspiracy mode!
apt install git mtr python3 python-scapy
git clone https://github.com/stratosphereips/steganoroute.git
cd ./steganoroute
iptables -I INPUT -p icmp --icmp-type 8 -j DROP
python3 ./steganoroute.py -i lo -m "MATRIX has You!" -l
mtr -t yourlocalLANip
*MTR command used to list the message
emerge mtr
emerge python
emerge scapy
git clone https://github.com/stratosphereips/steganoroute.git
cd ./steganoroute
iptables -I INPUT -p icmp --icmp-type 8 -j DROP
python3 ./steganoroute.py -i lo -m "MATRIX has You!" -l
mtr -t yourlocalLANip
*MTR command used to list the message
![](https://private-user-images.githubusercontent.com/86272521/266883376-27980d7d-37cb-47ee-a686-64e246f8fc8d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTgyMzYsIm5iZiI6MTczOTI1NzkzNiwicGF0aCI6Ii84NjI3MjUyMS8yNjY4ODMzNzYtMjc5ODBkN2QtMzdjYi00N2VlLWE2ODYtNjRlMjQ2ZjhmYzhkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MTIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY2OTNjNTg5NTM3MDA5YjZiZmM1YjMxNWZmZTdjZWQxMzM0YzNjMzg1ZDUzYzZmYWViYzZlNWExN2QwZDhmYzkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.rqrBG_SKO4nJ85qYIyBibWpGvZ2VH9wfXWmDymdaS5Y)
A lightweight tool that uses whitespace and tabs to hide information inside text files. Unlike other steganographic tools, snow does not rely on binary formats to encode secret data. This can be incredibly useful in cases where it is not possible to share large binary files.
Features |
---|
Produces small files |
Output text can be used on any program that accepts plain text |
apt install stegsnow
stegsnow -C -m "Encrypted Message Here" -p "angrypassword" infile outfile
stegsnow -C -p "angrypassword" outfile
wget https://darkside.com.au/snow/snow.zip
unzip snow.zip
cd snow
make
cp snow /bin/
snow -C -m "Encrypted Message Here" -p "angrypassword" infile outfile
snow -C -p "angrypassword" outfile
![](https://private-user-images.githubusercontent.com/86272521/266884911-43aa8701-9aa3-4fbf-ab64-44e1757d81aa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTgyMzYsIm5iZiI6MTczOTI1NzkzNiwicGF0aCI6Ii84NjI3MjUyMS8yNjY4ODQ5MTEtNDNhYTg3MDEtOWFhMy00ZmJmLWFiNjQtNDRlMTc1N2Q4MWFhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA3MTIxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFhZGY0NDAxY2NmMzlkZTNiZGJjYjFjZjMyYmNlMDZkNTUxZWY1NTM0YmQxM2MxMDYzN2MzMWJiZTAzZTBjZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Qy-tRr5hoTkFCZjBhly-gOlI2k-roACW0E5xHR4cK2s)
One of the most popular steganographic tools today. It is a simple command line program that encodes text inside images. Steghide works by creating a random list of bits inside your dummy file and inserts your secret data in between those bits.
Features |
---|
Quick and easy to use |
Uses checksums to verify the integrity of data |
apt install steghide
cd steghide
steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg
steghide extract –sf photoX.jpg
wget https://ufpr.dl.sourceforge.net/project/steghide/steghide/0.5.1/steghide-0.5.1.zip
cd steghide
./configure
make
make check
make install
steghide embed -ef topsecretfile.txt -cf photo.jpg -sf photoX.jpg
steghide extract –sf photoX.jpg