SkyFall-Pack is an advanced infrastructure automation toolkit designed for Command and Control (C2) operations.
It integrates Cloudflare Workers for traffic redirection and an Azure Virtual Machine (VM) as the team server, streamlining the deployment and management of C2 infrastructures.
Key Components
SkyFall-Pack consists of four primary modules, each serving a specific purpose:
- Workers-Pack: A Go-based utility that automates the creation of
wrangler.jsonc
andindex.js
files for Cloudflare Workers. - Scripts-Pack: A collection of Bash scripts to simplify the setup and configuration processes.
- Terraform-Pack: Contains Terraform code to deploy the Azure VM infrastructure.
- Ansible-Pack: Includes Ansible playbooks for configuring the Azure VM.
These components work in unison to provide a seamless experience for deploying and managing C2 infrastructure.
To use SkyFall-Pack, install the following dependencies:
- Linux: bash
sudo apt install terraform npm ansible golang azure-cli -y
- Mac: bash
brew install terraform azure-cli node wrangler ansible go
- Authenticate with Cloudflare and Azure:
- Cloudflare:
npm exec wrangler login
- Azure:
az login
- Cloudflare:
- Clone the Repository: bash
git clone https://github.com/nickvourd/SkyFall-Pack.git
- Build Infrastructure:
- Deploy the Azure VM: bash
./Scripts-Pack/setup.sh -l <location> -u <username> -n <resource_group_name> -s <ssh_filename> -d <dns_name>
- Configure the VM with Ansible: bash
./Scripts-Pack/run_ansible.sh -f <keystore_filename> -p <password> -c <custom_header> -s <secret_value>
- Deploy the Azure VM: bash
- Set Up Cloudflare Workers:
- Create a worker:
npm create cloudflare
- Configure it: bash
./WorkerMan build -t <teamserver_hostname> -w <worker_hostname> -c <custom_header> -s <secret_value>
- Create a worker:
SkyFall-Pack accelerates infrastructure deployment by automating key tasks like VM provisioning, configuration, and traffic redirection setup.
Leveraging tools such as Terraform, Ansible, and Cloudflare Workers ensures flexibility, scalability, and security in C2 operations.
This pack is ideal for teams seeking to streamline their C2 workflows while maintaining robust operational security.