Skip to main content

Advanced scheduler for attack scenarios

Project description

Coverage

Cryton Core

Cryton Core is the center point of the Cryton toolset. It is used for:

  • Creating, planning, and scheduling attack scenarios
  • Generating reports from attack scenarios
  • Controlling Workers and scenarios execution

Cryton toolset is tested and targeted primarily on Debian and Kali Linux. Please keep in mind that only the latest version is supported and issues regarding different OS or distributions may not be resolved.

For more information see the documentation.

Quick-start

To be able to execute attack scenarios, you also need to install Cryton Worker and Cryton CLI packages.
Optionally you can install Cryton Frontend for a non-command line experience.

Make sure Git, Docker, and Docker Compose plugin are installed:

Optionally, check out these Docker post-installation steps.

The following script clones the repository and runs the Docker Compose configuration. The compose file contains the necessary prerequisites (Postgres, PgBouncer, RabbitMQ), Cryton Core itself (listener and REST API), and a proxy that allows access to the Cryton Core's REST API at http://0.0.0.0:8000/.

git clone https://gitlab.ics.muni.cz/cryton/cryton-core.git
cd cryton-core
sed -i "s|CRYTON_CORE_RABBIT_HOST=127.0.0.1|CRYTON_CORE_RABBIT_HOST=cryton-rabbit|" .env
sed -i "s|CRYTON_CORE_DB_HOST=127.0.0.1|CRYTON_CORE_DB_HOST=cryton-pgbouncer|" .env
sed -i "s|CRYTON_CORE_API_USE_STATIC_FILES=false|CRYTON_CORE_API_USE_STATIC_FILES=true|" .env
docker compose up -d

For more information see the documentation.

Contributing

Contributions are welcome. Please contribute to the project mirror on gitlab.com. For more information see the contribution page.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cryton_core-1.2.3.tar.gz (4.4 MB view hashes)

Uploaded Source

Built Distribution

cryton_core-1.2.3-py3-none-any.whl (4.5 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page