We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ca6430 + 02d2b56 commit 1b11f1eCopy full SHA for 1b11f1e
cme/cli.py
@@ -13,7 +13,7 @@
13
14
def gen_cli_args():
15
VERSION = importlib.metadata.version("crackmapexec")
16
- CODENAME = "Bane"
+ CODENAME = "John Wick"
17
18
parser = argparse.ArgumentParser(description=f"""
19
______ .______ ___ ______ __ ___ .___ ___. ___ .______ _______ ___ ___ _______ ______
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "crackmapexec"
3
-version = "6.0.1"
+version = "6.1.0"
4
description = "A swiss army knife for pentesting networks"
5
authors = ["Marcello Salvati <[email protected]>", "Martial Puygrenier <[email protected]>"]
6
readme = "README.md"
0 commit comments