Help us improve
Share bugs, ideas, or general feedback.
From cybersecurity-skills
Conducts red team operations with Covenant C2 for authorized adversary simulation, including listener setup, grunt deployment, task execution, and lateral movement tracking.
npx claudepluginhub mukul975/anthropic-cybersecurity-skills --plugin cybersecurity-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/cybersecurity-skills:performing-red-team-with-covenantThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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 ho...
Conducts red team operations with Covenant C2 for authorized adversary simulation, including listener setup, grunt deployment, task execution, and lateral movement tracking.
Automates Covenant C2 red team operations via API: HTTP/HTTPS listener setup, launcher generation, grunt deployment, task execution, and lateral movement tracking. For authorized security assessments.
Conducts red team operations using Covenant C2 framework for authorized adversary simulation, including listener setup, grunt deployment, task execution, and lateral movement tracking.
Share bugs, ideas, or general feedback.
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.