Do not try to write --keyspace yourself
#3
Here's more crazy stuff. The mask itself can have an influence even if the length does not change:

Quote:$ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d
100000
$ ./hashcat --keyspace -a 3 ?d?dx?d?d?d?d?d
10000

But not always:

Quote:$ ./hashcat --keyspace -a 3 ?d?d?d?d?d?d?d?d
100000
$ ./hashcat --keyspace -a 3 ?a?d?d?d?d?d?d?d
100000


Messages In This Thread
Do not try to write --keyspace yourself - by atom - 11-21-2017, 11:14 AM
RE: Do not try to write --keyspace yourself - by atom - 11-21-2017, 11:25 AM