f0cker / crackq

CrackQ: A Python Hashcat cracking queue system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Error generating report: undefined"

TheTechromancer opened this issue · comments

I'm getting an error when attempting to generate a report from a completed job. Below is a screenshot as well as /var/crackq/logs/crackq.log at the time of the error.

image

Everything else works great - hashes crack properly, etc.

Thanks!

Can you enable dev tools in the browser and check what response is coming from the API in the network tab? It might not be displaying the error properly in the GUI. There's a minimum requirement of 100 cracked passwords for report generation, how many are cracked in that job?

Ah okay, that turned out to be it. There were less than 100 cracked for that job. What are your thoughts on displaying a warning message but still allowing the report to be generated?

image

OK I can add it as an option in the conf file. For now though, you just need to edit this line:

if job.meta['HC State']['Cracked Hashes'] < 100:

I'll add it to the roadmap and close off this issue.