cyclone-github / crackmon

Hashcat wrapper tool to bypass current attack if crack rate drops below threshold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uses Recovered/Time AVG

cyclone-github opened this issue · comments

Code uses Recovered/Time... AVG to calc cracking avg...
https://github.com/cyclone-github/crackmon/blob/98138cee63a3c40f82e849750ff96d167aeb5a58/main.go#L129C11-L129C11
https://github.com/cyclone-github/crackmon/blob/98138cee63a3c40f82e849750ff96d167aeb5a58/utils.go#L88C10-L88C10
...but hashcat only prints this info on hashlists >= 1000.
hashcat/hashcat#3589
This means crackmon will not work with hashlists < 1000.
To fix this, logic needs added to calculate cracking average without relying on hashcat's Recovered/Time... AVG.