You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I'd suggest that you change ?b to ?1 and add -1 not_a.hcchr to hashcat options. Where "not_a.hcchr" is everything not in ?a which is what I assume ?b was used for. And obviously the line would be:
elif char == "1": count *= 161
Looking at the top 3 with ?b/?1, they change ranks quite a bit:
You should order masks by efficiency (
occurrences/key_space
) because this will lead to the less guesses to crack passwords.Looking at the top 5:
Kaonashi/masks/kaonashi_masks_numbered.txt
Lines 1 to 5 in 5239bd3
And ordering just the 1000 in kaonashi_masks_numbered.txt by efficiency the top 5 are now:
You can use PACK to do this:
But first you'll need to add a line for ?b:
But I'd suggest that you change ?b to ?1 and add
-1 not_a.hcchr
to hashcat options. Where "not_a.hcchr" is everything not in ?a which is what I assume ?b was used for. And obviously the line would be:Looking at the top 3 with ?b/?1, they change ranks quite a bit:
The text was updated successfully, but these errors were encountered: