five logical words, lowercase letters mask
#1
Hello everyone, this is my first post on the forum.

A question regarding the possibility of a mask assuming that the password consists of five logical words, lowercase letters.
Is it possible to set a mask that assumes I'm looking for a five-word term? like this random "grassisgreeninsummer" grass is gr

I try to catch it, but apparently I'm too weak > https://hashcat.net/wiki/doku.php?id=mask_attack

Best
dedoverde
Reply
#2
Mask attacks aren't the best ideas for this. You'd be better off using CombinatorX from hashcat utils instead (Only available on the Github) but either way, 5 words is going to be tough to crack. There are a lot of combinations
Reply
#3
(05-29-2024, 11:08 PM)penguinkeeper Wrote: Mask attacks aren't the best ideas for this. You'd be better off using CombinatorX from hashcat utils instead (Only available on the Github) but either way, 5 words is going to be tough to crack. There are a lot of combinations

I'm playing around with the dictionary, trying to choose the best data set.

Thank very much, for good idea whit CombinatorX, let's see if I can build a query for this idea.
Best
Marek
Reply
#4
(05-29-2024, 11:33 PM)dedoverde Wrote:
(05-29-2024, 11:08 PM)penguinkeeper Wrote: Mask attacks aren't the best ideas for this. You'd be better off using CombinatorX from hashcat utils instead (Only available on the Github) but either way, 5 words is going to be tough to crack. There are a lot of combinations

I'm playing around with the dictionary, trying to choose the best data set.

Thank very much, for good idea whit CombinatorX, let's see if I can build a query for this idea.
Best
Marek

I spent more time searching the forum again and this time I found a helpful post https://hashcat.net/forum/thread-9362.html
Reply