Need help
#4
I already mentioned one way to improve the speed (with stdin/pipe). Depending on the hash type (-m x), there might be also the possibility to just use a different algorithm, e.g. salted hashes instead of unsalted

-m 0 -> -m 20 (in your specific case)

Code:
hashcat64.exe -m 20 -a 3 -w 3 -O -1 abcdefghijklmnopqrstuvwxyz0123456789.-_ -o output.txt 120b8510fd7091bc12f890433f65036f:example ?a?a?a?a@gmail.com
Reply


Messages In This Thread
Need help - by kX73bWKgVB - 09-02-2019, 05:56 PM
RE: Need help - by philsmd - 09-02-2019, 06:55 PM
RE: Need help - by kX73bWKgVB - 02-08-2020, 05:56 PM
RE: Need help - by philsmd - 02-08-2020, 06:03 PM
RE: Need help - by kX73bWKgVB - 02-08-2020, 06:31 PM
RE: Need help - by philsmd - 02-08-2020, 08:04 PM
RE: Need help - by kX73bWKgVB - 02-08-2020, 08:25 PM