What am I doing wrong? - 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: What am I doing wrong? (/thread-7130.html) |
What am I doing wrong? - resiak - 12-23-2017 Code: ./hashcat64.bin -m6223 -a3 vol.tc -i --increment-min 5 --increment-max 9 -1 custom.hcchr -2 custom1.hcchr ?u?1?1?1?2?2?2?2?2 I want the first letter to be a capital A-Z. When I run this the first character includeds lower case and numbers. Am I doing something wrong? Thanks. RE: What am I doing wrong? - royce - 12-23-2017 I'm not able to reproduce this. Code: $ hashcat -a 3 --stdout -i --increment-min 5 --increment-max 9 -1 custom.hcchr -2 custom1.hcchr ?u?1?1?1?2?2?2?2?2 | head -100000 | cut -b1 | sort -u | xargs |