Skip to content

Commit e188809

Browse files
authored
Update aws-secrets-manager-post-exploitation.md
1 parent 03a213f commit e188809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pentesting-cloud/aws-security/aws-post-exploitation/aws-secrets-manager-post-exploitation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ aws secretsmanager restore-secret \
6262
--secret-id <Secret_Name>
6363
```
6464

65-
## secretsmanager:DeleteResourcePolicy, DoS
65+
## secretsmanager:DeleteResourcePolicy
6666

6767
This action allows deleting the resource policy that controls who can access a secret. This could lead to a DoS if the resource policy was configured to allow access to a specific set of users.
6868

@@ -72,7 +72,7 @@ aws secretsmanager delete-resource-policy \
7272
--secret-id <Secret_Name>
7373
```
7474

75-
## secretsmanager:UpdateSecretVersionStage, DoS
75+
## secretsmanager:UpdateSecretVersionStage
7676

7777
The states of a secret are used to manage versions of a secret. AWSCURRENT marks the active version that applications use, AWSPREVIOUS keeps the previous version so that you can roll back if necessary, and AWSPENDING is used in the rotation process to prepare and validate a new version before making it the current one.
7878

0 commit comments

Comments
 (0)