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 485f720 + a493c04 commit 6d4fdfdCopy full SHA for 6d4fdfd
nxc/cli.py
@@ -22,7 +22,7 @@ def gen_cli_args():
22
except ValueError:
23
VERSION = importlib.metadata.version("netexec")
24
COMMIT = ""
25
- CODENAME = "ItsAlwaysDNS"
+ CODENAME = "NeedForSpeed"
26
nxc_logger.debug(f"NXC VERSION: {VERSION} - {CODENAME} - {COMMIT}")
27
28
generic_parser = argparse.ArgumentParser(add_help=False, formatter_class=DisplayDefaultsNotNone)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "netexec"
3
-version = "1.2.0"
+version = "1.3.0"
4
description = "The Network Execution tool"
5
authors = [
6
"Marshall Hallenbeck <[email protected]>",
0 commit comments