Infrastructure Automation for Red Teams

Red Team Infrastructure
Multi-Cloud Automation

基于 Terraform 的红队基础设施自动化工具。支持 MCP 协议、Compose 编排,一条命令交付攻防环境。

Download
Install via Homebrew:
brew install wgpsec/tap/redc
~ redc pull aliyun/ecs
Template 'aliyun/ecs' pulled successfully.
Location: ./redc/aliyun/ecs
~ redc run aliyun/ecs
Initializing provider plugins...
Plan: 2 to add, 0 to change, 0 to destroy.
...
Apply complete! Resources: 2 added.
IP: 47.101.xx.xx
~  

Multi-Cloud

Support AWS, Aliyun, Tencent, Azure, GCP and more.

State Mgmt

Local state management, one-click destroy to prevent waste.

New

MCP Support

Model Context Protocol for AI integration.

New

Compose

Orchestrate multiple services via YAML.

Configuration

~/.redc/config.yaml
providers:
  aws:
    AWS_ACCESS_KEY_ID: "AKID..."
    AWS_SECRET_ACCESS_KEY: "WWWW..."
    region: "us-east-1"
  aliyun:
    ALICLOUD_ACCESS_KEY: "AKID..."
    ALICLOUD_SECRET_KEY: "WWWW..."
    region: "cn-hangzhou"
  tencentcloud:
    TENCENTCLOUD_SECRET_ID: "AKID..."
    TENCENTCLOUD_SECRET_KEY: "WWWW..."
    region: "ap-guangzhou"
Bash / Zsh
export ALICLOUD_ACCESS_KEY="..."
export ALICLOUD_SECRET_KEY="..."

# Verify
redc config check

Cheatsheet

Check Status
redc ps
Execute Command
redc exec <id> cmd
Transfer Files
redc cp src dst

Template Registry

Explore community driven infrastructure templates.

Loading templates...

Command copied to clipboard