From bec4e46061970e58833d21ccdfe8793e5457c876 Mon Sep 17 00:00:00 2001 From: Ahmad Nourallah Date: Sun, 23 Jul 2017 23:28:41 -0400 Subject: [PATCH] Update PySploit.py --- PySploit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PySploit.py b/PySploit.py index 17b4905..8ac3a35 100644 --- a/PySploit.py +++ b/PySploit.py @@ -85,7 +85,7 @@ def uninstall(): def main(): parser = ArgumentParser(prog='PySploit',usage='python3 PySploit.py [options]', add_help=False) help_arguments = parser.add_argument_group('help arguments') - help_arguments.add_argument('-v', '--version', action='version', version="version 1.0") + help_arguments.add_argument('-v', '--version', action='version', version="version 1.1") help_arguments.add_argument('-h', '--help', action='help', default=SUPPRESS, help='show this help message and exit.') optional_arguments = parser.add_argument_group('optional arguments') optional_arguments.add_argument('-c', '--create', dest='filename', required=False, help='create module sample')