diff --git a/nxc/cli.py b/nxc/cli.py index 3b602cac4..40c4a8fd4 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 = "nxc4u" + CODENAME = "ItsAlwaysDNS" 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 539d0610e..191a1f77e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "netexec" -version = "1.1.0" +version = "1.2.0" description = "The Network Execution tool" authors = [ "Marshall Hallenbeck ",