Skip to content

Commit

Permalink
Merge pull request #92 from vknell/patch-1
Browse files Browse the repository at this point in the history
Update aws-iam-privesc.md
  • Loading branch information
carlospolop authored Oct 14, 2024
2 parents 6a9d358 + 1da58f5 commit b3ca32d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Permits attaching or putting policies to roles, users, or groups, enabling direc
**Exploit for Role:**

```bash
bashCopy codeaws iam attach-role-policy --role-name <role_name> --policy-arn "<policy_arn>"
aws iam attach-role-policy --role-name <role_name> --policy-arn "<policy_arn>"
```

**Exploit for Inline Policies:**
Expand Down

0 comments on commit b3ca32d

Please sign in to comment.