How to create a masked attack? - 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 create a masked attack? (/thread-9543.html) |
How to create a masked attack? - sky - 10-05-2020 I am an absolute noob at brute forcing, but I need to get 4 MD5 hashes. I have been searching the forums but I don't understand what the answers are and how to apply that, so please keep in mind I am a noob. I know the 4 passwords I am looking for have 1 uppercase and are 6 chars long. I personally suspect they have no special characters but I don't know. How do I brute force using this specific thing? I understand I need a mask, but how do I get it / make it? RE: How to create a masked attack? - undeath - 10-05-2020 have you read the wiki article yet? https://hashcat.net/wiki/doku.php?id=mask_attack RE: How to create a masked attack? - sky - 10-05-2020 (10-05-2020, 01:32 PM)undeath Wrote: have you read the wiki article yet? https://hashcat.net/wiki/doku.php?id=mask_attack I have, and I understand the basis, but I am not sure how to make it only one uppercase at a time, so it doesn't try aaaaAA for example. RE: How to create a masked attack? - undeath - 10-05-2020 You don't. You need multiple masks, one for each possible location of the upper case letter. RE: How to create a masked attack? - sky - 10-05-2020 (10-05-2020, 03:32 PM)undeath Wrote: You don't. You need multiple masks, one for each possible location of the upper case letter. Oh I see, thank you vert much! |