diff --git a/setup.py b/setup.py index 8d88983501..e05337653b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='commix', version='3.2-dev', - description='Automated All-in-One OS command injection and exploitation tool.', + description='Automated All-in-One OS Command Injection Exploitation Tool.', long_description=open('README.md').read(), long_description_content_type='text/markdown', author='Anastasios Stasinopoulos', diff --git a/src/utils/settings.py b/src/utils/settings.py index cdc5b38006..96b1dde821 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -200,10 +200,10 @@ def sys_argv_errors(): """ # About APPLICATION = "commix" -DESCRIPTION_FULL = "Automated All-in-One OS Command Injection and Exploitation Tool" +DESCRIPTION_FULL = "Automated All-in-One OS Command Injection Exploitation Tool" DESCRIPTION = "The command injection exploiter" AUTHOR = "Anastasios Stasinopoulos" -VERSION_NUM = "3.2.80" +VERSION_NUM = "3.2.81" STABLE_VERSION = False if STABLE_VERSION: VERSION = "v" + VERSION_NUM[:3] + "-stable"