02-07-2023, 02:32 AM
Hi, wanted to use len and req-include from hashcat-utils to filter unneded words from a dictionary and pipe them to the hashcat worker instance, but without success. The pipe was empty, hashcat did not recveve any password and one cpu core was at 100% load. This happened on all dictionaries, also on tiny ones.
System:
So i simplified the commands to identify the problem and i noticed that --stdout is not working on my System.
The command does not even print a word of the dictionary to the console.
I tried the latest hashcat beta as also some previous versions of hashcat, until i found a version where --stdout was working.
All versions starting with hashcat-6.0.0 and newer does not work with --stdout.
Beginning from hashcat-5.1.0 and lower i was getting --stdout to work.
Can you help me please getting --stdout working on current version please?
System:
- Windows 10
- NVIDIA P106-100 GPU
- Hashcat v6.2.6
So i simplified the commands to identify the problem and i noticed that --stdout is not working on my System.
The command
Code:
hashcat.exe rockyou.txt --stdout
I tried the latest hashcat beta as also some previous versions of hashcat, until i found a version where --stdout was working.
All versions starting with hashcat-6.0.0 and newer does not work with --stdout.
Beginning from hashcat-5.1.0 and lower i was getting --stdout to work.
Can you help me please getting --stdout working on current version please?