WolfPack
Last updated
Last updated
WolfPack combines the capabilities of Terraform
and Packer
to streamline the deployment of red team redirectors on a large scale. This tool enables security professionals to efficiently scale out the creation and management of Apache redirectors, which mimic authentic websites. These redirectors act as a bridge, seamlessly redirecting incoming traffic to a controlled C2 infrastructure. WolfPack simplifies the process of setting up and configuring these deceptive elements, making it an invaluable asset for security testing and red teaming exercises.
Download the repository:
Ensure that you have downloaded Packer and Terraform before continuing! This can be simply done using the following methods:
1.) Install Homebrew by entering this command into your terminal application: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
. Then install both packer and terraform via brew:
To deploy WolfPack, ensure that you have an active AWS profile with credentials within your current terminal session before continuing with the following commands:
Locate the following lines and replace them with the User-Agent
and IP address of your C2 server:
Deploy the AMI:
This will deploy a custom redirector AMI within your AWS account EC2 services.
[!NOTE] This code is undergoing development, so if you encounter any errors or have any enhancement requests, feel free to create an issue on this repository