Skip to content

Commit

Permalink
Merge pull request #59 from 0xINT3/patch-1
Browse files Browse the repository at this point in the history
Update aws-apigateway-privesc.md
  • Loading branch information
carlospolop authored Jun 4, 2024
2 parents f1fbbfe + 68d631c commit 23a28ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ aws --region <region> apigateway create-api-key
With this permission you can get generated API keys of the APIs configured (per region).

```bash
aws --region apigateway get-api-keys
aws --region <region> apigateway get-api-keys
aws --region <region> apigateway get-api-key --api-key <key> --include-value
```

Expand Down

0 comments on commit 23a28ee

Please sign in to comment.