Very Specific Cracking Method
#4
I think that would quickly result in way too many combinations/password candidates.
It of course depends on how small your wordlist is.
If the wordlist is very small you could for instance just generate ?a[word] with the --stdout option of hashcat
Code:
hashcat --stdout -a 7 -o dict_with_1_char_appended.txt ?a dict.txt

and later on use combinator or combinator3 and e.g. pipe it into hashcat (or if very small even generate a new dict out of it).

If the source dictionary is very large, it might soon get infeasible to try each and every word combined with each other and furthermore append a random byte before each word.


Messages In This Thread
RE: Very Specific Cracking Method - by philsmd - 11-16-2017, 10:09 AM
RE: Very Specific Cracking Method - by philsmd - 11-17-2017, 01:52 PM