Pacu

Offensive security tool for exploiting configuration flaws in AWS

Installation

Setup

  • Pacu leverages IAM access keys stored in the default location, ~/.aws/credentials

# configure user credentials in pacu, specify specific profile or all creds in file
set_keys <awsProfile> | --all

# import current user's permissions (run this anytime permissions change)
run iam__enum_permissions

# validate user's permissions
whoami

Modules

Backdoor

  • Pacu can help give you backdoor access (i.e., another access method)

Privilege Escalation

  • Pacu can perform 20+ privilege escalation checks

Enumeration

Last updated

Was this helpful?