Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 892 Bytes

readme.md

File metadata and controls

46 lines (37 loc) · 892 Bytes

Amazon Web Services pentesting cheatsheet

Index

General

Tools

Pacu

Install Pacu

sudo apt-get install python3-pip
git clone https://github.com/RhinoSecurityLabs/pacu
cd pacu
sudo bash install.sh

Import AWS keys for a specific profile

import_keys <profile name>

Detect if keys are honey token keys

run iam__detect_honeytokens

Enumerate account information and permissions

run iam__enum_users_roles_policies_groups
run iam__enum_permissions
whoami

Check for privilege escalation

run iam__privesc_scan