Documentation
README
AWS Post-Exploitation Methodology
92 programs across 7 categories for full AWS kill chain after compromising IAM credentials or EC2 instance. All tools use aws CLI natively — no Python/boto3 dependency.
Prerequisites
- Valid AWS credentials — access key + secret key, session token, or instance profile
- AWS CLI installed —
aws --version - Current identity —
aws sts get-caller-identity
This is the opening of the README. Read the full README on GitHub.