DotNetRussell / Ensemble

A Bug Bounty Platform that allows hunters to issue commands over a geo-distributed cluster. The ideal user is someone who is attempting to scan multiple bug bounty programs simultaneously, on a recurring basis.
https://DotNetRussell.com
MIT License
46 stars 6 forks source link

Separate the Webclient and Director Processes #5

Open DotNetRussell opened 1 year ago

DotNetRussell commented 1 year ago

The webclient process is currently started by the director process. Instead we should have a watchdog process that controls starting both webclient and director as well as restarting them if they crash.