Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update enum_av.py #56

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 12 additions & 9 deletions nxc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,19 @@ def gen_cli_args():
CODENAME = "A New Beginning"

parser = argparse.ArgumentParser(description=f"""
_ _ _ _____
| \ | | ___ | |_ | ____| __ __ ___ ___
| \| | / _ \ | __| | _| \ \/ / / _ \ / __|
| |\ | | __/ | |_ | |___ > < | __/ | (__
|_| \_| \___| \__| |_____| /_/\_\ \___| \___|

The network execution tool
Maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx
. .
_ _ _ .| |. _____
| \ | | ___ | |_ || || | ____| __ __ ___ ___
|..\| | / : \ |.__| \\()// | _| \ \/ / / . \ / _|
| |\ | | __/ |.|_ .=[]=. |.|___ /..\ | ॱ__/ | .|_
|_| \_| \___| \__| / /ॱ-ॱ\ \ |_ॱ____| /_/\_\ \___| \_ॱ_|
ॱ \ / ॱ
ॱ ॱ

the [N]etwork e[X]e[C]ution tool
maintained as an open source project by @NeffIsBack, @MJHallenbeck, @_zblurx

For documentation and usage examples, visit: https://www.netexec.wiki/
for documentation and usage examples, visit: https://www.netexec.wiki/

{highlight('Version', 'red')} : {highlight(VERSION)}
{highlight('Codename', 'red')}: {highlight(CODENAME)}
Expand Down
Loading