Skip to content
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

Open
kolet opened this issue Feb 5, 2017 · 4 comments
Open

its trying to find the file which was not created #1

kolet opened this issue Feb 5, 2017 · 4 comments

Comments

@kolet
Copy link

kolet commented Feb 5, 2017

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

@Va5c0
Copy link
Owner

Va5c0 commented Feb 6, 2017

Hi kolet, thanks for warning the errors. I have solved them, try again if it works.

@kolet
Copy link
Author

kolet commented Feb 6, 2017

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...
0%| |

steghide: unknown argument "you".
steghide: type "steghide --help" for help.

[+] Information obtained with password: rock you

ubuntu@ubuntu:~/Downloads/Steghide-Brute-Force-Tool$

@Va5c0
Copy link
Owner

Va5c0 commented Feb 7, 2017

The problem was the passwords with spaces, it is resolved, try again ;)

@Flokiv
Copy link

Flokiv commented Jul 29, 2017

Hi@Hi-pc ~Steghide-Brute-Force-Tool-master $ ./steg_brute.py -b -d 1.txt -f ~/My.jpg

[i] Searching...
0%| |
steghide: impossible d'extraire des donn�es avec cette passphrase!
[+] Information obtained with password: 123456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants