Stegcracker : steganography uncover hidden data inside files

what is stegcracker?

steganography brute-force utility to uncover hidden data inside files

Requirements

The program requires the steghide binary,and python 3.6 or higher to be installed. Steghide can be installed by using the following command kali-linux

sudo apt-get install steghide-y

Steghide can be installed by termux command

pkg install steghide 

Installation

To install stegcracker, run the following command:

pip3 install stegcracker

Updating

To update stegcracker, simply pass -U to the installation command:

pip3 install stegcracker -u –force-reinstall

Usage 

Using stegcracker is simple, pass a file to it as it’s first parameter and optionally pass the path to a word-list of passwords to try as it’s second parameter. if you don’t specify the word-list, the tool will try to use th build-in rockyou.txt word-list whish ships with kali-linux 

stegcracker <image> <word-list>

License:

Copyright 2019 – Luke Paris (Paradoxis)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Post a Comment

Previous Post Next Post