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

Doesn't work with hashcat #3

Open
kenorb opened this issue Jul 9, 2022 · 0 comments
Open

Doesn't work with hashcat #3

kenorb opened this issue Jul 9, 2022 · 0 comments

Comments

@kenorb
Copy link

kenorb commented Jul 9, 2022

I've tested the following combination with hashcat:

cat /usr/share/dict/words | hashcat --stdout -r /usr/share/hashcat/rules/rockyou-30000.rule | quniq -max-workers 2

but quniq doesn't produce any output (it's stuck).

I've tested by pipeing to pv -l before quniq, and it's showing that over 200M lines has been read (>5M/s), but still no output. Increasing maximum workers doesn't work either.

Any clues why the program doesn't do anything? Or maybe it's waiting till the end of the stream?

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