StegBrute is a simple Bash script designed to brute-force passwords for files encrypted using Steghide. It uses a wordlist to try potential passwords and extracts hidden data if the correct password is found. The script also tracks and displays the time taken to find the password.
-
Extracts hidden data from Steghide files.
sudo apt-get install steghideChange mode executable
chmod +x stegbrute.shHelp
./stegbrute.sh -hHow to use tool
./stegbrute.sh -f <file> -w <wordlist> -o <output>Password found: mysecretpassword
Extracted data saved to extracted_data.txt.
Time taken: 12 seconds.Password not found in the wordlist.