s3-security-scanner
AWS S3 security scanner with compliance mapping for CIS, PCI-DSS, HIPAA, SOC 2, ISO, and GDPR
1.8K
A comprehensive AWS S3 bucket security scanner with compliance mapping for CIS, PCI-DSS, HIPAA, SOC 2, ISO, and GDPR.
# Pull the image
docker pull tarekcheikh/s3-security-scanner:latest
# Scan your S3 buckets
docker run --rm \
-v ~/.aws:/root/.aws:ro \
-v $(pwd)/output:/app/output \
tarekcheikh/s3-security-scanner security
# Discover buckets (no AWS credentials needed)
docker run --rm \
-v $(pwd)/output:/app/output \
tarekcheikh/s3-security-scanner discover --target "company-name" --only
# DNS takeover scanning
docker run --rm \
-v $(pwd)/output:/app/output \
tarekcheikh/s3-security-scanner dns --domain example.com
Features
- 40+ security checks
- Compliance frameworks: CIS, PCI-DSS, HIPAA, SOC 2, ISO 27001/27017/27018, GDPR
- Bucket discovery without AWS credentials
- DNS subdomain takeover detection
- Multi-format reports (JSON, CSV, HTML)
Documentation
Full documentation: https://github.com/TocConsulting/s3-security-scanner
Content type
Image
Digest
sha256:c2487bd82…
Size
131.5 MB
Last updated
25 days ago
docker pull tarekcheikh/s3-security-scanner