I want to get the maximum of -S --skip before running hashcat - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: I want to get the maximum of -S --skip before running hashcat (/thread-8552.html) |
I want to get the maximum of -S --skip before running hashcat - hashcat-study - 08-14-2019 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. RE: I want to get the maximum of -S --skip before running hashcat - undeath - 08-14-2019 use the --keyspace argument RE: I want to get the maximum of -S --skip before running hashcat - hashcat-study - 08-14-2019 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:~# RE: I want to get the maximum of -S --skip before running hashcat - undeath - 08-14-2019 you need to omit the hash when using --keyspace btw, if you're trying to set up distributed cracking you might be interested in https://github.com/s3inlc/hashtopolis RE: I want to get the maximum of -S --skip before running hashcat - hashcat-study - 08-14-2019 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. |