Haschcat - Mask
#4
(06-01-2024, 05:28 PM)cryptowallet Wrote: -i ?a?a?a?a?a?a 
What would the complete code look like?

-i means increment, and tells hashcat to split the mask up and to exhaust the whole range from 1 to 6 in this case.

?a > ?a?a > ?a?a?a > ?a?a?a?a > ?a?a?a?a?a > ?a?a?a?a?a?a

the whole command could look like this:

Code:
"hashcat -a3 -m(mode) hashfile.txt ?a?a?a?a?a?a --increment -O -w3 -o crackedhash.txt"


As "?a" combines all lowercase letters, uppercase letters, digits and symbols - This would exhaust the whole 1-6 character password range. 
?a is simply all the printable ENGLISH characters, but a password can also consist of characters from other languages, such as- but not limited to:

Code:
BULGARIAN: ˆÀÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÜÝÞßàâãäåæçèéêëìíîïðñòóôõö÷øùúüýþÿ
Code:
FRENCH: €ŒœŸ¡¿ÀÂÆÇÈÉÊËÎÏÔÙÛÜàâæçèéêëîïôùûüÿ
Reply


Messages In This Thread
Haschcat - Mask - by cryptowallet - 06-01-2024, 04:24 PM
RE: Haschcat - Mask - by penguinkeeper - 06-01-2024, 05:16 PM
RE: Haschcat - Mask - by cryptowallet - 06-01-2024, 05:28 PM
RE: Haschcat - Mask - by protonking - 06-03-2024, 07:05 AM