commit
c499d92c70
|
@ -51,3 +51,4 @@ Awesome code contributors of NetExec:
|
|||
[![](https://github.com/zblurx.png?size=50)](https://github.com/zblurx)
|
||||
[![](https://github.com/NeffIsBack.png?size=50)](https://github.com/NeffIsBack)
|
||||
[![](https://github.com/Hackndo.png?size=50)](https://github.com/Hackndo)
|
||||
[![](https://github.com/XiaoliChan.png?size=50)](https://github.com/XiaoliChan)
|
||||
|
|
|
@ -9,7 +9,7 @@ import importlib.metadata
|
|||
|
||||
def gen_cli_args():
|
||||
VERSION = importlib.metadata.version("netexec")
|
||||
CODENAME = "A New Beginning"
|
||||
CODENAME = "nxc4u"
|
||||
|
||||
parser = argparse.ArgumentParser(description=f"""
|
||||
. .
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "netexec"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
description = "The Network Execution tool"
|
||||
authors = [
|
||||
"Marshall Hallenbeck <marshall.hallenbeck@gmail.com>",
|
||||
|
|
Loading…
Reference in New Issue