Skip to content

Commit 23a28ee

Browse files
authored
Merge pull request #59 from 0xINT3/patch-1
Update aws-apigateway-privesc.md
2 parents f1fbbfe + 68d631c commit 23a28ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pentesting-cloud/aws-security/aws-privilege-escalation/aws-apigateway-privesc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ aws --region <region> apigateway create-api-key
3737
With this permission you can get generated API keys of the APIs configured (per region).
3838

3939
```bash
40-
aws --region apigateway get-api-keys
40+
aws --region <region> apigateway get-api-keys
4141
aws --region <region> apigateway get-api-key --api-key <key> --include-value
4242
```
4343

0 commit comments

Comments
 (0)