Skip to content
Snippets Groups Projects
Commit fb28ff33 authored by Jiří Rája's avatar Jiří Rája 🔥
Browse files

Merge branch 'deprecate' into 'master'

Updated version and added depracation message

See merge request cryton/cryton-worker!62
parents 64258e22 f84f7918
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
[//]: # (TODO: add badges for python versions, black, pylint, flake8, unit tests, integration tests)
# PROJECT HAS BEEN MOVED
The project has been moved to https://gitlab.ics.muni.cz/cryton/cryton. For more information check the [documentation](https://cryton.gitlab-pages.ics.muni.cz/).
# Cryton Worker
Cryton Worker is used for executing attack modules remotely. It utilizes [RabbitMQ](https://www.rabbitmq.com/)
as its asynchronous remote procedures call protocol. It connects to the Rabbit MQ server and consumes messages from
......
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "amqpstorm"
......@@ -511,39 +511,40 @@ files = [
[[package]]
name = "httpcore"
version = "0.17.2"
version = "1.0.5"
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "httpcore-0.17.2-py3-none-any.whl", hash = "sha256:5581b9c12379c4288fe70f43c710d16060c10080617001e6b22a3b6dbcbefd36"},
{file = "httpcore-0.17.2.tar.gz", hash = "sha256:125f8375ab60036db632f34f4b627a9ad085048eef7cb7d2616fea0f739f98af"},
{file = "httpcore-1.0.5-py3-none-any.whl", hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5"},
{file = "httpcore-1.0.5.tar.gz", hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61"},
]
[package.dependencies]
anyio = ">=3.0,<5.0"
certifi = "*"
h11 = ">=0.13,<0.15"
sniffio = "==1.*"
[package.extras]
asyncio = ["anyio (>=4.0,<5.0)"]
http2 = ["h2 (>=3,<5)"]
socks = ["socksio (==1.*)"]
trio = ["trio (>=0.22.0,<0.26.0)"]
[[package]]
name = "httpx"
version = "0.24.1"
version = "0.25.2"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "httpx-0.24.1-py3-none-any.whl", hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd"},
{file = "httpx-0.24.1.tar.gz", hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd"},
{file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"},
{file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"},
]
[package.dependencies]
anyio = "*"
certifi = "*"
httpcore = ">=0.15.0,<0.18.0"
httpcore = "==1.*"
idna = "*"
sniffio = "*"
......@@ -1053,17 +1054,17 @@ zstd = ["zstandard (>=0.18.0)"]
[[package]]
name = "utinni-fork"
version = "0.5.1"
version = "0.5.2"
description = "Async client library for Empire's RESTful API"
optional = false
python-versions = ">=3.8.1,<3.12"
python-versions = ">=3.8,<4.0"
files = [
{file = "utinni_fork-0.5.1-py3-none-any.whl", hash = "sha256:cc79ee8ca4ab34dccb1e4cc6742c06013fa82ef3dbd956d3e56f92de6501e6a9"},
{file = "utinni_fork-0.5.1.tar.gz", hash = "sha256:d07a97b72a4fc3bfd71ea836c72f1c6b940d042bae103453d00ed13116bab650"},
{file = "utinni_fork-0.5.2-py3-none-any.whl", hash = "sha256:bb17a8ee9aee26a92296b009ef9ec9a3376425df209fcf0685cdb997f3249cbb"},
{file = "utinni_fork-0.5.2.tar.gz", hash = "sha256:24fae03e9270373c96aeab5ca71610c1e4708f10a4e96c3d4a090716ea06ba33"},
]
[package.dependencies]
httpx = ">=0.24.0,<0.25.0"
httpx = ">=0.25.0,<0.26.0"
[[package]]
name = "virtualenv"
......@@ -1087,5 +1088,5 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess
[metadata]
lock-version = "2.0"
python-versions = ">=3.8.1,<3.12"
content-hash = "ce25ab3da7583dea093a52a98781d093295fd939beadde8d41ffad2158fee529"
python-versions = ">3.8.1,<3.13"
content-hash = "7978dded6aeff06d2822170eedcb3e485b7fb14f6afbde575076aff877c60c45"
[tool.poetry]
name = "cryton-worker"
version = "1.1.1"
version = "1.1.2"
description = "Attack scenario orchestrator for Cryton"
authors = [
"Ivo Nutár <nutar@ics.muni.cz>",
......@@ -22,7 +22,7 @@ keywords = [
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<3.12"
python = ">3.8.1,<3.13"
pymetasploit3 = "^1.0.3"
amqpstorm = "^2.10.4"
structlog = "^22.3.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment