hashcat Forum

Full Version: No output when using --show
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!
I am trying save result in login:password format and using --show command.
As a result, hashcat freezes and does not output anything.
Please tell me why this happens and how to fix it
Full command - hashcat.exe --show -m 110 --username <hash_path>
When running hashcat with both --show and --username it gives the message "Mixing --show with --username can cause exponential delay in output." So if your files has a lot of lines it's not freezing just taking a really long time to process. How much lines are in your file you are trying to process?
The file contains about 200 thousand lines. I waited for about 30 minutes and hashcat did not display anything. The message "Mixing --show with --username can cause exponential delay in output." didn't show up either
200 thousand lines is to much, you are better off using a scripting language or Excel to combine your list and the contents of the hashcat.potfile file.