offensive-tools/exploits/pacu/SKILL.md
Auth/lab ref: modular AWS exploitation framework for authorized cloud assessments.
npx skillsauth add aeondave/malskill pacuInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Session-based AWS exploitation framework.
Use Pacu only with explicit authorization and with awareness of AWS acceptable-use and testing policy constraints.
Upstream is clear: you are responsible for ensuring the engagement and modules are permitted in the target environment.
# Preferred on Kali / modern Python environments
pipx install git+https://github.com/RhinoSecurityLabs/pacu.git
# Simpler pip path
pip3 install -U pacu
# Docker alternative
docker run -it rhinosecuritylabs/pacu:latest
pacu
First launch creates or resumes a session. Sessions store keys and collected data.
Inside Pacu:
set_keys
whoami
list
help iam__privesc_scan
run iam__enum_permissions
run iam__privesc_scan
Use set_keys to provide:
whoami
Do this immediately after loading creds. It anchors the rest of the assessment.
list
help module_name
run iam__enum_permissions
run iam__privesc_scan
iam__privesc_scan is one of the highest-value starting points when IAM abuse is in scope.
pacu --help
pacu --list-modules
pacu --session mysession --whoami
pacu --session mysession --module-name iam__privesc_scan --exec
Useful for reproducible commands, wrappers, or scripted lab flows.
Upstream highlights that Pacu:
~/.aws are convenient but expose host credentials to the container.No bundled scripts/, references/, or assets/.
Use the upstream wiki for module catalog details and installation edge cases.
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.