Skip to content

Commit

Permalink
Merge pull request #82 from RealFakeAccount/master
Browse files Browse the repository at this point in the history
Add new command into aws-iam-enum.md
  • Loading branch information
carlospolop authored Aug 21, 2024
2 parents ba4b497 + 6b5cdcd commit 4e2ea81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pentesting-cloud/aws-security/aws-services/aws-iam-enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Main permissions needed:
aws iam get-account-authorization-details

# List users
aws iam get-user #Get current user information
aws iam list-users
aws iam list-ssh-public-keys #User keys for CodeCommit
aws iam get-ssh-public-key --user-name <username> --ssh-public-key-id <id> --encoding SSH #Get public key with metadata
Expand Down

0 comments on commit 4e2ea81

Please sign in to comment.