-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
its trying to find the file which was not created #1
Comments
Hi kolet, thanks for warning the errors. I have solved them, try again if it works. |
hi! thanks for replying that still not working, (another issue) ubuntu@ubuntu:~/Downloads/Steghide-Brute-Force-Tool$ sudo python steg_brute.py -b -d ../rockyou.txt -f 1.jpg [i] Searching... steghide: unknown argument "you". [+] Information obtained with password: rock you ubuntu@ubuntu:~/Downloads/Steghide-Brute-Force-Tool$ |
The problem was the passwords with spaces, it is resolved, try again ;) |
Hi@Hi-pc ~Steghide-Brute-Force-Tool-master $ ./steg_brute.py -b -d 1.txt -f ~/My.jpg [i] Searching... |
ubuntu@ubuntu:~/Downloads/Steghide-Brute-Force-Tool$ sudo python steg_brute.py -b -d ../rockyou.txt -f 1.jpg
[i] Searching...
0%| |
steghide: could not extract any data with that passphrase!
[+] Information obtained with password: 123456
Traceback (most recent call last):
File "steg_brute.py", line 114, in
main()
File "steg_brute.py", line 107, in main
Steg_brute(args.file, args.dicc)
File "steg_brute.py", line 51, in Steg_brute
with open(ofile, 'r') as outfile:
IOError: [Errno 2] No such file or directory: '1_flag.txt'
and when creating the file by hand this is what i get
ubuntu@ubuntu:~/Downloads/Steghide-Brute-Force-Tool$ sudo python steg_brute.py -b -d ../rockyou.txt -f 1.jpg
[i] Searching...
0%| |
steghide: could not extract any data with that passphrase!
[+] Information obtained with password: 123456
it does not go through all the wordlist it just stop after the first
The text was updated successfully, but these errors were encountered: