Hashcat Pipe working?
#1
Hi i have a small wordlist, so i try to using a pipe with the command:

Quote:D:\Hashcat\hcgui\hashcat-4.1.0>hashcat64.exe D:\Hashcat\hcgui\pass.txt -r D:\Hashcat\hcgui\rules\OneRuleToRuleThemAll.rule --stdout | hashcat64.exe -m 11300 D:\Hashcat\hcgui\hash.txt -w 4

The Output after 11 min its the following:


Quote:Session..........: hashcat
Status...........: Exhausted
Hash.Type........: Bitcoin/Litecoin wallet.dat
Hash.Target......: Myhash
Time.Started.....: Sun Jul 15 23:13:35 2018 (11 mins, 9 secs)
Time.Estimated...: Sun Jul 15 23:24:44 2018 (0 secs)
Guess.Base.......: Pipe
Speed.Dev.#1.....:     2021 H/s (15.06ms) @ Accel:128 Loops:128 Thr:1024 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 1351844
Rejected.........: 0
Restore.Point....: 0
Candidates.#1....: Mypassword123! -> [s]Mypassword12345[/s]
HWMon.Dev.#1.....: Temp: 38c Fan:100% Util: 11% Core:1506MHz Mem:4100MHz Bus:16

Started: Sun Jul 15 23:13:06 2018
Stopped: Sun Jul 15 23:24:45 2018


The strange thing is that 1351844 Passwords Tested, but Rejected 0.
Should not all be Rejected because they are wrong, or i do anything wrong`?
#2
rejected means that the candidate was impossible to process internally, either because it did not match a minimum length required by a hash type or because it exceeded the maximum length hashcat can handle.