More work --- pipe - 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: More work --- pipe (/thread-9913.html) |
More work --- pipe - puck2 - 03-02-2021 Cracking ethereum presale (-m 16300) using 2080Ti. Benchmark Code: OpenCL Platform #1: NVIDIA Corporation Hashcat command: Code: hashcat -m 16300 --session hashcat -w 3 hash.txt dictl.txt -r append.rule -o cracked.txt seems to work OK but I get the following warning: Code: Dictionary cache built: I've checked OpenCL and Nvidia Drivers. I'll try -2 3 My big question is about morework. I've read the wiki. Is this a general suggestion or could this small function really be run through a pipe. Alternatively, I was trying to run this as two rules on a smaller dict.txt file but this just memmed out. Code: hashcat -m 16300 -a 0 -w 3 hash.txt dict.txt -r rule_case.rule -r rule_leet.rule --stdout -o dict2.txt Perhaps I could go back and run that through a pipe instead of two separate operations with larger final dict.txt and a single rule? |