lachlan2k / phatcrack

Modern web-based distributed hashcracking solution, built on hashcat
MIT License
109 stars 8 forks source link

Don't hang "start attack" #21

Closed lachlan2k closed 11 months ago

lachlan2k commented 11 months ago

Currently, the endpoint to start the attack waits for keyspace claculation to complete. This can take several minutes and be a bit confusing, despite the new UI information.

The endpoint should return in under < 500ms, and only capture a keyspace calculation error if it returns quickly.

This might make error logging a bit difficult however, so might need to add errors into the attack status itself.