diff --git a/nxc/cli.py b/nxc/cli.py index d94e493bb..462061692 100755 --- a/nxc/cli.py +++ b/nxc/cli.py @@ -22,7 +22,7 @@ def gen_cli_args(): except ValueError: VERSION = importlib.metadata.version("netexec") COMMIT = "" - CODENAME = "ItsAlwaysDNS" + CODENAME = "NeedForSpeed" nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT}") generic_parser = argparse.ArgumentParser(add_help=False, formatter_class=DisplayDefaultsNotNone) diff --git a/pyproject.toml b/pyproject.toml index fc7b33d77..e0fe8fbdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netexec" -version = "1.2.0" +version = "1.3.0" description = "The Network Execution tool" authors = [ "Marshall Hallenbeck ",