Hashcat help with email combining to password.
#6
@Oubiserine

you will need some type of hash to begin with, "online" guessing is not supported

so for a first start go to any website providing a hashgenerator for a given input

like md5 of test is 098f6bcd4621d373cade4e832627b4f6

hashcat -a3 -m0 --increment 098f6bcd4621d373cade4e832627b4f6 ?l?l?l?l?l?l

this will start hashcat in
-a3 bruteforemode
-m0 hashmode is md5
--increment increment mode for mask, begin with length one until reaching maxlenght of the given mask
?l?l?l?l?l?l mask of lenght 6 just lower chars
Reply


Messages In This Thread
RE: Hashcat help with email combining to password. - by Snoopy - 06-01-2022, 02:08 PM