01-20-2022, 02:24 PM
(This post was last modified: 01-20-2022, 02:27 PM by Snoopy.
Edit Reason: typo
)
hashcat comes with some rulesets like best64 etc., see folder rules, there are some other rules you can find online like oneruletorulethemall but for a fast try, try best64 and dive with your wordlist
yeah bruteforce means -a 3 and you have to provide a guessing mask
you can start with option -i and a mask of ?a?a?a?a
to try 1-4 positions with all possible ascii chars and see how long it would take, longer passwords i would modify the mask otherwise it will take to much time, given your speed it should take 2800 DAYS to test a mask with 6 times ?a because this hash is a little bit slow
yeah bruteforce means -a 3 and you have to provide a guessing mask
you can start with option -i and a mask of ?a?a?a?a
to try 1-4 positions with all possible ascii chars and see how long it would take, longer passwords i would modify the mask otherwise it will take to much time, given your speed it should take 2800 DAYS to test a mask with 6 times ?a because this hash is a little bit slow