https://github.com/ravsecio/zyrixo
CSPM
https://github.com/ravsecio/zyrixo
aws awssdk cloud cloudsecurity cybersecurity docker penetration-testing rust
Last synced: 2 months ago
JSON representation
CSPM
- Host: GitHub
- URL: https://github.com/ravsecio/zyrixo
- Owner: RAVSECIO
- License: apache-2.0
- Created: 2024-10-20T20:46:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T16:14:45.000Z (7 months ago)
- Last Synced: 2025-03-29T21:41:33.573Z (2 months ago)
- Topics: aws, awssdk, cloud, cloudsecurity, cybersecurity, docker, penetration-testing, rust
- Language: Rust
- Homepage:
- Size: 120 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
#### CloudSec Misconfiguration Scanner 4 AWS*### 🚀 Overview
*ZYRIXO* is a powerful tool designed to identify potential misconfigurations in your AWS cloud resources. By leveraging best practices and security guidelines, this scanner helps you maintain a secure cloud environment, ensuring your assets are protected against Security breaches/Vulnerabilities.

### 📦 Features
- **Comprehensive Scanning**: Analyze various AWS services for misconfigurations.
- ***NOTE***: *Currently supporting AWS only.*
### 🔧 Installation### Prerequisites
###### LOCAL
- RUST Version 1.82.0
- CARGO (comes with Rust)##### DOCKER
- Docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin### *Run Locally*
1. *CLONE*
2. *CHDIR*
3. *COMPILE+BUILD*
4. *RUN*
```bash
git clone https://github.com/ch3332xr/zyrixo.git
cd zyrixo
cargo build
cargo run
### *Docker*
1. *CLONE*
2. *CHDIR*
3. *RUN*
```bash
git clone https://github.com/ch3332xr/zyrixo.git
cd zyrixo
docker run -e AWS_ACCESS_KEY_ID=your_access_key \
-e AWS_SECRET_ACCESS_KEY=your_secret_key \
-e AWS_DEFAULT_REGION=your_region \
zyrixo:latest
#### 🔧 Coming soon!
- *SUPPORT 4 OTHER AWS SERVICES*#### 🤝 Contributing
- Welcome
- Fork/Branch/Changes/Push to branch
## LicenseThis project is licensed under the Apache License 2.0 - see the [LICENSE](./LICENSE) file for details.
#### 📞 Contact
- https://github.com/ch3332xr
-
### 📦 *BROUGHT TO U BY RAVSEC.IO*