Va5c0 / Steghide-Brute-Force-Tool

Execute a brute force attack with Steghide to file with hide information and password established
GNU General Public License v3.0
115 stars 52 forks source link

Runtime issues, not finding correct password in a given dictionary file #11

Open GreihMurray opened 3 years ago

GreihMurray commented 3 years ago

Hey there, one of my classes had us use this tool along with a provided wordlist which contained the password we were trying to break and I came across a few issues.

A) ProgressBar is now incredibly difficult to download B) When relying on the ProgressBar module it has an error attempting to use the commands module even when both are properly installed C) When run, does not find the password for the file, even when given a wordlist which includes the correct password

I have found that the error finding the password is due to an issue removing the \n character from a string, and have managed to edit the tool to run without errors, and find the right password.

Feel free to reach out to me and I can update the code in this repo if you would like.