attack mode 1 and session restore?
#4
I cannot reproduce this problem with the same hash mode on hashcat 4.2.1 and combinator attack.

Code:
$ hashcat64.bin -m2500 --session test /tmp/test.hccapx wordlists/1 wordlists/2 -a1
Session..........: test
Status...........: Quit
Hash.Type........: WPA-EAPOL-PBKDF2
Progress.........: 12518908/15000424 (83.46%)
Restore.Point....: 327680/394748 (83.01%)

$ hashcat64.bin --session test --restore
Session..........: test
Status...........: Running
Hash.Type........: WPA-EAPOL-PBKDF2
Progress.........: 12518908/15000424 (83.46%)
Restore.Point....: 327680/394748 (83.01%)

I guess hashcat just hadn't reached a restore point yet. Especially with combinaor attack this can take some time. The restore point you see above at 83% was the first and only one I saw in my testing session.


Messages In This Thread
attack mode 1 and session restore? - by Wirl - 10-05-2018, 07:18 PM
RE: attack mode 1 and session restore? - by Wirl - 10-06-2018, 01:07 PM
RE: attack mode 1 and session restore? - by undeath - 10-07-2018, 12:57 PM
RE: attack mode 1 and session restore? - by Wirl - 10-07-2018, 03:03 PM