Last active
May 31, 2017 01:32
-
-
Save nenodias/40a0dcdd494f9be1bf59755fedaf62c9 to your computer and use it in GitHub Desktop.
Esteganografia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get steghide | |
# instalar steg-detect | |
### Uso | |
steghide embed -cf foto.jpg -ef mensagem.qualquercoisa | |
steghide embed -cf picture.jpg -ef secret.txt | |
steghide extract -sf foto.jpg | |
http://spammimic.com/decode.shtml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment