custom wordlist & hmask
#1
hash (SSHA format like: {SSHA}4EBG6UG97gnFknr9A0CRqEQBQdFnQ1JlYTdsTg==)
mask.hcmask (content)
?d?d
?d?d?d
?d?d?d?d
?d?d?d?d?d
?d?d?l?l?d
wlist.txt (content)
Serverless
Innocu
GRANdeur
trackinG
Hotel
moTel

hashcat (command)
hashcat -m 111 hash -a 3 --force --stdout mask.hcmask wlist.txt

The stdout at run time shows:
91135507
44235507
56235507
...etc

Actually, according to the command options every single hashcat attempt should be something like:
Serverless91135507
...etc
In a nutshell every line of wlist.txt should be combined with an hmask entry
Is that possible? I mean I'd like to use a custom wordlist where to every single entry should be appended an hmask attempt
what's wrong with what I'm doing?
thanks in advance
Reply


Messages In This Thread
custom wordlist & hmask - by hewer - 06-14-2023, 05:47 PM
RE: custom wordlist & hmask - by Snoopy - 06-14-2023, 06:50 PM
RE: custom wordlist & hmask - by hewer - 06-15-2023, 12:13 AM
RE: custom wordlist & hmask - by aikiuslik - 06-14-2023, 09:45 PM
RE: custom wordlist & hmask - by hewer - 06-15-2023, 12:11 AM
RE: custom wordlist & hmask - by Snoopy - 06-15-2023, 02:17 AM