Update cli.py

main
mpgn 2023-09-01 11:30:02 +02:00 committed by GitHub
parent 3e6bd9f4ed
commit 94d77e584f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -26,11 +26,8 @@ def gen_cli_args():
A swiss army knife for pentesting networks
Forged by @byt3bl33d3r and @mpgn_x64 using the powah of dank memes
{colored("Exclusive release for Porchetta Industries users", "magenta")}
{colored("https://porchetta.industries/", "magenta")}
{highlight('Version', 'red')} : {highlight(VERSION)}
{highlight('Codename', 'red')}: {highlight(CODENAME)}
{highlight('Version', 'red')} : {highlight(VERSION)}
{highlight('Codename', 'red')}: {highlight(CODENAME)}
""",
formatter_class=RawTextHelpFormatter,
)