performing-cloud-penetration-testing-with-pacu

Featured

Performing authorized AWS penetration testing using Pacu, the open-source AWS exploitation framework, to enumerate IAM configurations, discover privilege escalation paths, test credential harvesting, and validate security controls through systematic attack simulation.

Testing & QA 12,642 stars 1468 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performing Cloud Penetration Testing with Pacu ## When to Use - When conducting authorized penetration testing of AWS environments - When validating the effectiveness of IAM policies, SCPs, and permission boundaries - When assessing the blast radius of a compromised set of AWS credentials - When testing detection capabilities of GuardDuty, Security Hub, and custom alerting - When building red team exercises against AWS cloud infrastructure **Do not use** for unauthorized testing of any AWS account, for testing AWS infrastructure itself (covered by shared responsibility), for DDoS or volumetric attacks without AWS approval, or for production account testing without explicit authorization and breakglass procedures. ## Prerequisites - Written authorization from the AWS account owner with defined scope and rules of engagement - Pacu v1.5+ installed (`pip install pacu`) - Test AWS credentials with limited starting permissions (simulates compromised credential scenario) - CloudTrail logging enabled to capture all Pacu activity for post-engagement review - GuardDuty enabled to validate detection of Pacu activities - Emergency contact and rollback procedures documented ## Workflow ### Step 1: Initialize Pacu Session and Configure Credentials Set up a Pacu session with the test credentials and define the engagement scope. ```bash # Install Pacu pip install pacu # Start Pacu pacu # Create a new session for the engagement Pacu > set_keys --key-alias pentest-target # Enter A...

Details

Author
mukul975
Repository
mukul975/Anthropic-Cybersecurity-Skills
Created
3 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

conducting-cloud-penetration-testing

This skill outlines methodologies for performing authorized penetration testing against AWS, Azure, and GCP cloud environments. It covers understanding the shared responsibility model for testing scope, leveraging cloud-specific attack tools like Pacu and ScoutSuite, exploiting IAM misconfigurations, testing for SSRF to cloud metadata services, and reporting findings aligned to MITRE ATT&CK Cloud matrix.

12,642 Updated today
mukul975
AI & Automation Featured

performing-aws-privilege-escalation-assessment

Performing authorized privilege escalation assessments in AWS environments to identify IAM misconfigurations that allow users or roles to elevate their permissions using Pacu, CloudFox, Principal Mapper, and manual IAM policy analysis techniques.

12,642 Updated today
mukul975
DevOps & Infrastructure Listed

aws-penetration-testing

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

335 Updated today
aiskillstore
DevOps & Infrastructure Solid

aws-penetration-testing

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

27,681 Updated today
davila7
DevOps & Infrastructure Solid

aws-penetration-testing

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

4,215 Updated today
zebbern