05-20-2022, 03:01 PM
if you didnt specify an attackmask you test your hash versus an empty word, so your wordlist is just one empty string ''
?a means is one position all possible 95 ascii signs which is bruteforce, you have to provide a mask for bruteforce because you could also just bruteforce ?l which means just lower ascii chars
?a means is one position all possible 95 ascii signs which is bruteforce, you have to provide a mask for bruteforce because you could also just bruteforce ?l which means just lower ascii chars