hashcat Forum
No output when using --show - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: No output when using --show (/thread-11993.html)



No output when using --show - kobyan - 05-21-2024

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>


RE: No output when using --show - DanielG - 05-22-2024

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?


RE: No output when using --show - kobyan - 05-22-2024

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


RE: No output when using --show - DanielG - 05-22-2024

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.