Bump to version 5.2.6
parent
a04e20d6fc
commit
3f08b96581
|
@ -7,7 +7,7 @@ from termcolor import colored
|
||||||
|
|
||||||
def gen_cli_args():
|
def gen_cli_args():
|
||||||
|
|
||||||
VERSION = '5.2.5'
|
VERSION = '5.2.6'
|
||||||
CODENAME = "The Dark Knight"
|
CODENAME = "The Dark Knight"
|
||||||
|
|
||||||
p_loader = protocol_loader()
|
p_loader = protocol_loader()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "crackmapexec"
|
name = "crackmapexec"
|
||||||
version = "5.2.5"
|
version = "5.2.6"
|
||||||
description = "A swiss army knife for pentesting networks"
|
description = "A swiss army knife for pentesting networks"
|
||||||
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
|
authors = ["Marcello Salvati <byt3bl33d3r@pm.com>", "Martial Puygrenier <mpgn@protonmail.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in New Issue