Steganography is an art of hiding messages covert way so that exclusive the sender and recipient know the original message.This technique permits sender and receiver to communicate secretly and the third party won’t mindful of the correspondence happen.
Steganalysis is the process of recovering hidden data, It decides the encoded hidden message, and if conceivable, it recovers that message.The message can be identified by taking a gander at changes between bit designs and unusually large file sizes.This is considered to be an attack on the covered information.
In this Kali Linux Tutorial, we show how to use the tool that uncovers hidden data from the image file.
It is a simple brute force tool, to test all we need is a stego image and a Wordlist. If you are not having wordlist get the one from here.
Must Read Complete Kali Tools tutorials from Information gathering to Forensics
How to install StegCracker
The tool exists in the with Ubuntu package management system, so the installation is pretty simple. You can download from GitHub.
$ apt-get install steghide -y

$ curl https://raw.githubusercontent.com/Paradoxis/StegCracker/master/stegcracker > /bin/stegcracker
Then need to provide execute permission
$ chmod +x /bin/stegcracker

Then finally the brute-force attack.
$ stegcracker (imagefilename) (bruteforcetextfile)

Author: Luke Paris
One of the problems that we have these days is that there are not a lot of tools that include steganalysis modules, so it is a little difficult to protect our networks from this kind of attacks. There are different tools for steganalysis but almost all of them require a person to manually use them.
You can follow us on Linkedin, Twitter, Facebook for daily Cybersecurity updates also you can take the Best Cybersecurity courses online to keep your self-updated.
hi.
404 not found
curl https://raw.githubusercontent.com/Paradoxis/StegCracker/master/stegcracker > /bin/stegcracker
some other way?