bump to 5.4.7

main
mpgn 2023-05-02 16:18:58 -04:00
parent 43aa83a5c6
commit 09844d1819
2 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@ from termcolor import colored
def gen_cli_args():
VERSION = "5.4.6"
VERSION = "5.4.7"
CODENAME = "Bruce Wayne"
p_loader = ProtocolLoader()

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "crackmapexec"
version = "5.4.6"
version = "5.4.7"
description = "A swiss army knife for pentesting networks"
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
readme = "README.md"
@ -28,7 +28,7 @@ cmedb = 'cme.cmedb:main'
python = "^3.7.0"
requests = ">=2.27.1"
beautifulsoup4 = ">=4.11,<5"
lsassy = ">=3.1.8"
lsassy = ">=3.1.3"
termcolor = "^1.1.0"
msgpack = "^1.0.0"
neo4j = "^4.1.1"
@ -44,13 +44,12 @@ pywerview = "^0.3.3"
minikerberos = "0.4.0"
pypykatz = "^0.6.6"
aardwolf = "^0.2.7"
dploot = "^2.1.21"
dploot = "^2.1.20"
bloodhound = "^1.6.1"
asyauth = "^0.0.13"
masky = "^0.2.0"
sqlalchemy = "^2.0.4"
aiosqlite = "^0.18.0"
pytest = "^7.2.2"
[tool.poetry.dev-dependencies]
flake8 = "*"