CybSuite
Project description
CybSuite
CybSuite is a set of tools primarily focused on configuration review, with penetration testing capabilities planned for future releases. It is actively under development and currently includes only configuration review. The following tools are available:
- [cybsuite-review]: A framework for configuration review that works in two phases: first extracting system configurations, then analyzing them for security issues.
- [cybsuite-db]: An extensible database designed to store all security-related information.
Install
PostgreSQL is required for CybSuite. You can easily set it up using Docker:
# Modify the password as needed
sudo docker run --name postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres
Install CybSuite using pipx (recommended for Python package installation):
pipx install cybsuite
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cybsuite-0.0.1.tar.gz.
File metadata
- Download URL: cybsuite-0.0.1.tar.gz
- Upload date:
- Size: 414.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5fceaf4f99e60a4d0db23e6bbe7cc4bbf09b41eb34fa9df17950a7bc3d67d52f
|
|
| MD5 |
18b50891d9f6c05cb15401c1751868f1
|
|
| BLAKE2b-256 |
51d82e4cc863b3fe72adf2ae5afbc227f0a29d0ac780c45a595dc40c6045b5b2
|
File details
Details for the file cybsuite-0.0.1-py3-none-any.whl.
File metadata
- Download URL: cybsuite-0.0.1-py3-none-any.whl
- Upload date:
- Size: 440.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c6086bad4667d4f4e4e78edc70603115179fc78235388bba78c359d64cd23eb
|
|
| MD5 |
b33e88088eb52350b70a063f7e036a4e
|
|
| BLAKE2b-256 |
6554c9ec443378c859a0b33697081df408a5d3113bf70ec96da96de93a4623ba
|