Skip to content

Bruteforce password tool for steghide files with wordlist support and time tracking, written in bash

Notifications You must be signed in to change notification settings

AATHILDUCKY/stegbrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Stegbrute

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.

Features

  • Supports wordlist-based password brute-forcing.

  • Extracts hidden data from Steghide files.

  • Easy-to-use command-line interface with helpful options.

Requirements

sudo apt-get install steghide

Usage

Change mode executable

chmod +x stegbrute.sh

Help

./stegbrute.sh -h

How to use tool

./stegbrute.sh -f <file> -w <wordlist> -o <output>

Output

  • Password Found:

Password found: mysecretpassword
Extracted data saved to extracted_data.txt.
Time taken: 12 seconds.
  • Password Not Found:

Password not found in the wordlist.

About

Bruteforce password tool for steghide files with wordlist support and time tracking, written in bash

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages