-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SethBodine edited this page May 11, 2025
·
25 revisions
xcode-select --install # Required
brew install podman # Install PodmanSee Podman Install Documentation for other OS information
podman machine init --now --cpus=4 --memory=4096 \
--timezone $(curl https://ipapi.co/timezone) --disk-size 50 \
# all args are optional, but a minimum of 4GB of RAM is recommended (Prowler 3 can crash with less)
podman machine start # only use if --now wasn't used, can be used to start the VM at a later stage after a rebootNote: Drive Mapping is now supported and available as part of the below execution. Container storage is still NOT persistant.
AUDIT_OUTPUT_DIR="~/Documents" curl -fsSL https://raw.githubusercontent.com/your-repo/audit-tools/main/audit-launch.sh | sh
More reading can be found https://docs.podman.io/en/latest/markdown/podman-cp.1.html regarding podman cp
- Getting Started
- Cloud Access and Permissions
- Cloud Authentication via CLI
- Using Powerpipe
- Using Prowler
- Using checkov
- Using trivy
- Using poutine
- Using zizmor
- Using syft
- Using grype
- Using cazadora
- Using semgrep
- Using kubescape
- Using AzureHound
- Using BloodHound
- Using aws_list_all
- Using dockerspy
- Using ScoutSuite
- Using screen
- Using testssl.sh
- Using Trufflehog
- Using CloudFox
- Using Gitleaks
- Using betterleaks
- Using Polaris
- Using elbaph
- Other Tools