Skip to content

Commit

Permalink
Merge pull request #36 from SomeKirill/patch-1
Browse files Browse the repository at this point in the history
Fix AdministratorAccess ARN
  • Loading branch information
nishantsharmax authored Apr 25, 2023
2 parents 63039aa + 1cc7515 commit ac00c7a
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 ac00c7a

Please sign in to comment.