But it --|| S C A L E S ||--
Provides endpoints for managing active implants
Features:
localhost:80/checkIn
- Implants to check in and get the next command (if available)localhost:8000/activeTargets
- Users to get a list of all active endpointslocalhost:9000/target
- Users to get information about a single target
Provides endpoints for managing implant commands
Features:
localhost:12000/nextCommand
- Implants to get the next command to executelocalhost:10000/commandHistory
- Users to get a list of all commands loggedlocalhost:11000/addCommand
- Users to upload new commands for implants to consume