12-22-2024, 03:13 PM
Hi,
I want to use a charset 1 that combines digits and lowercase letters.
basically:
hashcat.exe -O -w3 -a6 -m1000 --session ..\NAME -o ..\NAME.txt --increment ..\uncracked.txt Wordlist.txt ?n?n?n
but: if i add
-1 ?l?n
I get "Syntax error in mask" (even without the space between 1 and?)
If I use
-1 ..\LN.hcchr
hashcat does not even complain if the file does not exist and candidates end with \n and other "interesting" elements - so there must be something completely wrong either with custom charsets in hybrid moder or with my usage of it
I found this one https://github.com/hashcat/hashcat/issues/1353 - but it seems to be only relevant if mask is read from a file.
I want to use a charset 1 that combines digits and lowercase letters.
basically:
hashcat.exe -O -w3 -a6 -m1000 --session ..\NAME -o ..\NAME.txt --increment ..\uncracked.txt Wordlist.txt ?n?n?n
but: if i add
-1 ?l?n
I get "Syntax error in mask" (even without the space between 1 and?)
If I use
-1 ..\LN.hcchr
hashcat does not even complain if the file does not exist and candidates end with \n and other "interesting" elements - so there must be something completely wrong either with custom charsets in hybrid moder or with my usage of it
I found this one https://github.com/hashcat/hashcat/issues/1353 - but it seems to be only relevant if mask is read from a file.