Skip to content

Commit

Permalink
Update aws-apigateway-privesc.md
Browse files Browse the repository at this point in the history
Corrected the syntax on the AWS CLI command by adding the missing <region> tag on line 40
  • Loading branch information
0xINT3 authored Jun 1, 2024
1 parent e00ba58 commit 68d631c
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 68d631c

Please sign in to comment.