معرفی شرکت ها


cryton-core-2023.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Advanced scheduler for attack scenarios
ویژگی مقدار
سیستم عامل -
نام فایل cryton-core-2023.1.2
نام cryton-core
نسخه کتابخانه 2023.1.2
نگهدارنده ['Jiří Rája']
ایمیل نگهدارنده ['raja@ics.muni.cz']
نویسنده Ivo Nutár
ایمیل نویسنده nutar@ics.muni.cz
آدرس صفحه اصلی https://gitlab.ics.muni.cz/cryton
آدرس اینترنتی https://pypi.org/project/cryton-core/
مجوز MIT
![Coverage](https://gitlab.ics.muni.cz/cryton/cryton-core/badges/master/coverage.svg) [//]: # (TODO: add badges for python versions, black, pylint, flake8, unit tests, integration tests) # 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](https://cryton.gitlab-pages.ics.muni.cz/cryton-documentation/latest/components/core/). ## Quick-start To be able to execute attack scenarios, you also need to install **[Cryton Worker](https://gitlab.ics.muni.cz/cryton/cryton-worker)** and **[Cryton CLI](https://gitlab.ics.muni.cz/cryton/cryton-cli)** packages. Optionally you can install [Cryton Frontend](https://gitlab.ics.muni.cz/cryton/cryton-frontend) for a non-command line experience. Make sure Git, Docker, and Docker Compose plugin are installed: - [Git](https://git-scm.com/) - [Docker Compose](https://docs.docker.com/compose/install/) Optionally, check out these Docker [post-installation steps](https://docs.docker.com/engine/install/linux-postinstall/). 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/. ```shell 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](https://cryton.gitlab-pages.ics.muni.cz/cryton-documentation/latest/components/core/). ## Contributing Contributions are welcome. Please **contribute to the [project mirror](https://gitlab.com/cryton-toolset/cryton-core)** on gitlab.com. For more information see the [contribution page](https://cryton.gitlab-pages.ics.muni.cz/cryton-documentation/latest/contribution-guide/).


نیازمندی

مقدار نام
>=3.8.1,<4.0.0 APScheduler
>=4.0.1,<5.0.0 Django
>=3.13.0,<4.0.0 django-cors-headers
>=3.14.0,<4.0.0 djangorestframework
>=0.26.0,<0.27.0 drf-spectacular
>=2023.3.1,<2024.0.0 drf-spectacular-sidecar
>=3.0.3,<4.0.0 Jinja2
>=2.9.5,<3.0.0 psycopg2-binary
>=6.0,<7.0 PyYAML
>=5.3.0,<6.0.0 rpyc
>=0.7.5,<0.8.0 schema
>=22.3.0,<23.0.0 structlog
>=2022.7,<2023.0 pytz
>=2.10.4,<3.0.0 AMQPStorm
>=1.30,<2.0 uuid
>=1.4.29,<2.0.0 SQLAlchemy
>=20.1.0,<21.0.0 gunicorn
>=0.20.0,<0.21.0 uvicorn
>=4.1,<5.0 tzlocal
>=1.0.0,<2.0.0 python-dotenv
>=8.1.3,<9.0.0 click


زبان مورد نیاز

مقدار نام
>=3.8,<3.12 Python


نحوه نصب


نصب پکیج whl cryton-core-2023.1.2:

    pip install cryton-core-2023.1.2.whl


نصب پکیج tar.gz cryton-core-2023.1.2:

    pip install cryton-core-2023.1.2.tar.gz