Description
While using stegseek to brute-force a JPG file protected with a password from the rockyou.txt wordlist, I encountered a problem where the scan never reaches the last few entries in the list.
I manually set the password as *7¡Vamos! (which is towards the end of rockyou.txt), but stegseek halts at around 99.73% and never discovers the password.
As a result, bruteforcing fails, even though the correct password exists in the wordlist.
Steps to Reproduce
-
Use steghide to embed a file in a .jpg image with the password *7¡Vamos!
steghide embed -cf input.jpg -ef secret.txt -p '*7¡Vamos!'
-
Attempt to extract using stegseek with the full rockyou.txt wordlist:
stegseek input.jpg rockyou.txt
Expected Behavior
stegseek should reach 100% of the wordlist and find the password if it exists, including the final entries like *7¡Vamos!.
Observed Behavior
stegseek stops before 100% and does not reach the password at the end of the list.
Environment
- OS: Debian
- stegseek version: 0.6
Additional Notes
- I have verified that the password exists in
rockyou.txt.
- It’s consistently stopping before it actually reaches 100%, suggesting a potential issue in how the wordlist is read or processed.
Description
While using
stegseekto brute-force a JPG file protected with a password from therockyou.txtwordlist, I encountered a problem where the scan never reaches the last few entries in the list.I manually set the password as
*7¡Vamos!(which is towards the end ofrockyou.txt), butstegseekhalts at around 99.73% and never discovers the password.As a result, bruteforcing fails, even though the correct password exists in the wordlist.
Steps to Reproduce
Use
steghideto embed a file in a.jpgimage with the password*7¡Vamos!steghide embed -cf input.jpg -ef secret.txt -p '*7¡Vamos!'Attempt to extract using
stegseekwith the fullrockyou.txtwordlist:Expected Behavior
stegseekshould reach 100% of the wordlist and find the password if it exists, including the final entries like*7¡Vamos!.Observed Behavior
stegseekstops before 100% and does not reach the password at the end of the list.Environment
Additional Notes
rockyou.txt.