07-04-2016, 12:59 PM
You could just start a new session and use the --skip option to start at 60%.
https://hashcat.net/wiki/doku.php?id=oclhashcat
restore-file format:
https://hashcat.net/wiki/doku.php?id=oclhashcat
restore-file format:
Code:
typedef struct
{
uint32_t version_bin;
char cwd[256];
uint32_t pid;
uint32_t dictpos;
uint32_t maskpos;
uint64_t pw_cur;
uint32_t argc;
char **argv;
} restore_data_t;
- “pw_cur” is used to indicate the last position in dict/mask, comparable to the –skip value