-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Is your feature request related to a problem? Please describe.
- Sometimes we want to disable a redirector if an agents been caught.
- Centralizing this in Tavern server streamlines experience
Describe the solution you'd like
- New ent for redirector: IP that the server sees, transport type, supported activities, active or not
- Redirectors register with the server (some kinda auth probably MTLS or gcp OIDC)
- New endpoint to manage services (probably gonna be used by the builder as well)
- Edge from agent to redirector
- Expose redirector and transport in detail views and filters (often want to filter by beacons that support high bandwidth esp for things like rev shell)
- Allow modification of redirector via services API (disable / enable) - When disabled redirectors should still respond to traffic with opsec things (look like a real website but not c2 comms)
Describe alternatives you've considered
Na
Additional context
Na
Reactions are currently unavailable