lachlan2k / phatcrack

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

Phatcrack API fails to start on first run #11

Closed JSmith-Aura closed 1 year ago

JSmith-Aura commented 1 year ago

When using the provided docker compose, phatcrack as a whole fails to properly start (with the main frontend getting 502 due to api initialisation failure).

This may occur due to postgres taking some time to initialise the first time. We could try and do a reconnect in the API on failure.

lachlan2k commented 1 year ago

Fixed in https://github.com/lachlan2k/phatcrack/commit/03debd9dfa4ce1d4192cc778e3906366b875be21

JSmith-Aura commented 1 year ago

Truly a lord and a scholar