Tools

Some tools that you can use during your penetration test on AWS.

ScoutSuite

Pacu

Pmapper

Commands

Copy your env credentials and run these commands

export AWS_ACCESS_KEY_ID="zzzzzzzzz"
export AWS_SECRET_ACCESS_KEY="zzzzzzz"
export AWS_SESSION_TOKEN="zzzzzzzz"

This command will collect information from your

pmapper graph create

List embedded queries

pmapper query list

Learn privilege escalation paths

pmapper --account "it_will_give_you_after_first_command" query -s 'preset privesc *'

Who can create user in resources.

pmapper query 'who can do iam:CreateUser'

some refences:

https://github.com/toniblyx/my-arsenal-of-aws-security-tools

Last updated