Skip to content

Terraform code to create a Covenant C2 + HTTP redirector

Notifications You must be signed in to change notification settings

b3n-j4m1n/CovenantTF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CovenantTF

This will build in AWS a Covenant C2 + HTTP redirector routing traffic on port 80

Installation

git clone https://github.com/b3n-j4m1n/CovenantTF.git

terraform.tfvars needs to be edited with your AWS details and IP whitelist if required.

# --- providers ---
aws_access_key = "AKIAXXXXXXXXXXXXXXXX"
aws_secret_key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
aws_region     = "ap-southeast-2"

# --- whitelist ---
ip_whitelist  = [
  "0.0.0.0/0"
]

Download Terraform to the CovenantTF directory - https://www.terraform.io/downloads.html

./terraform init
./terraform apply

Resources

https://github.com/cobbr/Covenant/wiki

About

Terraform code to create a Covenant C2 + HTTP redirector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published