Ensemble icon indicating copy to clipboard operation
Ensemble copied to clipboard

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 recurr...

Results 10 Ensemble issues
Sort by recently updated
recently updated
newest added

More details on the Dashboard page about jobs, workspaces, and agents

Currently if an agent dies mid job, the agent will not resume the job when the agent restarts. This is going to take some investigation to figure out a way...

Create a new application that shuts down and restarts a director or agent docker image when the main branch for Ensemble repo is updated.

Feature Summary: Users should be able to subscribe to push notifications for director notifications. Users should be able to choose what type of notifications they wish to receive and these...

Feature Summary: The job diffing that's currently enabled doesn't fully work as intended. The output should be sorted in some repeatable way prior to diffing and the diff output should...

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...

Feature Summary: Users should have a nice interface for installing new tools on agents, seeing what tools are installed, and uninstalling tools from agents. Currently users can install tools by...

Do not use flask as the primary server. It's not appropriate for production. Instead use a web server able to communicate with Flask through a WSGI protocol such as waitress....

Create a watchdog process for agents that communicates with the director. It will - Notify director when agent goes down and up - Restart agent when agent dies automatically -...