No output when using --show
#1
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>


Attached Files
.png   q.png (Size: 5.56 KB / Downloads: 6)
Reply
#2
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?
Reply
#3
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
Reply
#4
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.
Reply