I want to use -s, --skip and -l, --limit to implement distributed cracking
The problem I'm currently facing is that I can't get the total amount of Restore. Point...: 81450625/81450625 (100.00%) when I start running the instructions.
use the --keyspace argument
This is the command and return that I run.
root@gpu2-MS-7B53:~# hashcat -V
v5.1.0-1183-g32cb1918+
root@gpu2-MS-7B53:~# hashcat -m 0 -a 3 eb009cefa9759b10d7bbd5cc969d95e5 ?a?a?a?a?a --keyspace
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...
Try --help for more help.
root@gpu2-MS-7B53:~# hashcat --keyspace -m 0 -a 3 eb009cefa9759b10d7bbd5cc969d95e5 ?a?a?a?a?a
Usage: hashcat [options]... hash|hashfile|hccapxfile [dictionary|mask|directory]...
Try --help for more help.
root@gpu2-MS-7B53:~#
This is the command and return that I run.
root@gpu2-MS-7B53:~# hashcat --keyspace -m 0 -a 3 ?a?a?a?a?a
81450625
Thank you so much.