How to include only one symbol in your brute force? - 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: How to include only one symbol in your brute force? (/thread-11532.html) |
How to include only one symbol in your brute force? - alibaba40 - 08-02-2023 When you are using ?a?a?a?a?a you are basically telling hashcat to use ?l?u?d?s on each character. I was wondering is there a way that ?s will only search for @ instead of all symbols? That will reduce my cracking time. RE: How to include only one symbol in your brute force? - marc1n - 08-02-2023 -1 ?a -2 @ ?1?1?1?1?2 https://hashcat.net/wiki/doku.php?id=mask_attack RE: How to include only one symbol in your brute force? - alibaba40 - 08-02-2023 (08-02-2023, 12:33 PM)marc1n Wrote: -1 ?a -2 @ ?1?1?1?1?2 Thank you Sir |