Cloud misconfiguration scanner + auto-remediation for AWS S3 and Azure Blob Storage.
Built by @dipeshxdd | Bug Bounty Hunter | dipeshxd.me
# Demo mode
python3 sentinel.py --demo
# Demo with auto-fix
python3 sentinel.py --demo --fix
# Generate report
python3 sentinel.py --demo --fix --report
# Real AWS scan
python3 sentinel.py --aws --fix --report| Check | Severity | Auto-Fix |
|---|---|---|
| S3 Public Access Block disabled | CRITICAL | Yes |
| Public bucket ACL (AllUsers) | CRITICAL | Yes |
| Public bucket policy (Principal: *) | CRITICAL | Yes |
| Azure container public access | CRITICAL | Yes |
| No encryption at rest | HIGH | Yes |
| Versioning disabled | MEDIUM | No |
| Access logging disabled | MEDIUM | No |
pip install boto3 azure-storage-blob --break-system-packagesOnly scan resources you own or have permission to test.