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

--show does not work even with correct --outfile-format #547

Closed
thesle3p opened this issue Oct 24, 2016 · 0 comments
Closed

--show does not work even with correct --outfile-format #547

thesle3p opened this issue Oct 24, 2016 · 0 comments

Comments

@thesle3p
Copy link

Hi so not sure when this issue was introduced but --show does not work any more regardless of what outfile-format you give it greater than 7 or less. you still get the "Mixing outfile-format > 7 with show parameter is not allowed". steps to replicate bellow

hashcat -m 1000 --show --username  --outfile-format 8 /path/to/hashfile
Mixing outfile-format > 7 with show parameter is not allowed
hashcat -m 1000 --show --username  --outfile-format 3  /path/to/hashfile
Mixing outfile-format > 7 with show parameter is not allowed
hashcat -m 1000 --show --username  --outfile-format 11 /path/to/hashfile
Mixing outfile-format > 7 with show parameter is not allowed
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

1 participant