"?a" charset not exploring full keyspace (solved)
#6
Ok so I figured it out. I had some other flags on that I thought didn't effect the actual output and it seems like the issue was the "-t 32" flag I had on, which makes even more sense as I'm typing this out...

I actually deleted them out of the OP to reduce noise, but here was my full original command:

hashcat.exe ^
-m 0 ^
-t 32 ^
-o test.txt ^
--runtime=60 ^
--hook-threads=6 ^
--hwmon-temp-abort=99 ^
--potfile-disable ^
--increment ^
-O ^
-a 3 test.hash ?a

Deleting the -t flag fixed the issue and increased the number of guesses to 95, so that's better. I don't even know what I thought it did, but maybe this will help someone in the future, thanks for being my rubber ducky lol Smile
Reply


Messages In This Thread
RE: "?a" charset not exploring full keyspace - by SuperColin - 09-08-2022, 11:51 PM