Mask PWD - 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: Mask PWD (/thread-6892.html) |
Mask PWD - Zepsky - 09-25-2017 hello, i need help with mask hashcat-cli64 i need to know how to add tables like Abc123 , abc123, ,Abcdef , abcdef , Built-in charsets ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789 ?s = !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~ ?a = ?l?u?d?s ?b = 0x00 - 0xff will be like this Abc123 (?u?l?l?d?) or what ?? RE: Mask PWD - MrMeeseeks - 09-25-2017 That is precisely how a mask attack works. If by tables you mean different lists you can use that you build based off specific masks then utilize mask processor. RE: Mask PWD - atom - 10-01-2017 You can use hashcat for your CPU as well, there's no need for hashcat-cli64 |