We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35b71e commit 4f751b1Copy full SHA for 4f751b1
1 file changed
nxc/cli.py
@@ -24,7 +24,7 @@ def gen_cli_args():
24
VERSION = importlib.metadata.version("netexec")
25
COMMIT = ""
26
DISTANCE = ""
27
- CODENAME = "SmoothOperator"
+ CODENAME = "BLS"
28
nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT} - {DISTANCE}")
29
30
generic_parser = argparse.ArgumentParser(add_help=False, formatter_class=DisplayDefaultsNotNone)
0 commit comments