Skip to content

dipeshxdd/cloud-sentinel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Cloud Sentinel

Cloud misconfiguration scanner + auto-remediation for AWS S3 and Azure Blob Storage.

Built by @dipeshxdd | Bug Bounty Hunter | dipeshxd.me

Usage

# 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

What It Detects

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

Requirements

pip install boto3 azure-storage-blob --break-system-packages

Disclaimer

Only scan resources you own or have permission to test.

Releases

Packages

Contributors

Languages