We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1fbbfe + 68d631c commit 23a28eeCopy full SHA for 23a28ee
pentesting-cloud/aws-security/aws-privilege-escalation/aws-apigateway-privesc.md
@@ -37,7 +37,7 @@ aws --region <region> apigateway create-api-key
37
With this permission you can get generated API keys of the APIs configured (per region).
38
39
```bash
40
-aws --region apigateway get-api-keys
+aws --region <region> apigateway get-api-keys
41
aws --region <region> apigateway get-api-key --api-key <key> --include-value
42
```
43
0 commit comments