Skip to content

Commit f7e9a7c

Browse files
committed
Add module info
1 parent 9b19de0 commit f7e9a7c

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-lambda-function-credential-exfiltration
1+
# AWS Lambda Function Credential Exfiltration
2+
3+
![OffensiveTerraform](https://img.shields.io/badge/hack-success)
4+
![OffensiveTerraform](https://img.shields.io/badge/offensive-terraform-blueviolet)
5+
![OffensiveTerraform](https://img.shields.io/badge/aws-important)
6+
7+
Offensive Terraform module which creates Lambda function with existing IAM role. The module invokes it automatically to exfiltrate AWS temporary credential from environment variables and send it back with response.
8+
9+
![Attack Diagram](https://raw.githubusercontent.com/offensive-terraform/terraform-aws-lambda-function-credential-exfiltration/master/diagram.jpg)
10+
11+
## Usage
12+
```
13+
module "lambda-function-credential-exfiltration" {
14+
source = "offensive-terraform/lambda-function-credential-exfiltration/aws"
15+
16+
role_arn = "arn:aws:iam::000000000000:role/lambda-role-name"
17+
}
18+
```
19+
## Author
20+
Module managed by https://github.com/iganbold

0 commit comments

Comments
 (0)