comment out unused lines in hcmask file - 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: comment out unused lines in hcmask file (/thread-10883.html) |
comment out unused lines in hcmask file - matt99 - 07-21-2022 How can i comment out unused areas/lines in hcmask file? Like you could do in most programming languages. Lets assume i have this small hcmask file: Code: ?l?l?l?l Code: ?l?l?l?l RE: comment out unused lines in hcmask file - DanielG - 07-21-2022 https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashcat_mask_file states: Code: There are 4 important syntax rules: So your # should work. It's weird you are getting an "Invalid mask." error |