Covenant is a collaborative .NET C2 framework for red teamers that provides a Swagger-documented REST API for managing listeners, launchers, grunts (agents), and tasks. This skill covers automating Covenant operations through its API for authorized red team engagements: creating HTTP/HTTPS listeners, generating binary and PowerShell launchers, deploying grunts, executing tasks on compromised hosts, and tracking lateral movement.
requests libraryObtain a JWT token by posting credentials to /api/users/login endpoint.
Configure an HTTP or HTTPS listener with callback URLs and bind address.
Create a binary, PowerShell, or MSBuild launcher tied to the listener for grunt deployment.
Monitor grunt callbacks, execute tasks, and collect output from compromised hosts.
Generate an operations report documenting all actions, timestamps, and findings.
JSON report with listener configuration, active grunts, executed tasks, and task output for engagement documentation.