Improved Request for better support to TLS protocols. Now using urllib3 instead of requests

This commit is contained in:
antonioCoco
2019-03-11 17:51:38 +01:00
parent 30f198df34
commit d261c4e712
3 changed files with 28 additions and 18 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ def create_generate_parser(subparsers):
def create_interact_parser(subparsers):
interact_parser = subparsers.add_parser(
'interact', formatter_class=argparse.RawTextHelpFormatter,
usage='SharPyShell.py interact -u URL -p password -e encryption [--default-shell] [--user-agent] [--cookies] [--custom-header] [--proxy]',
usage='SharPyShell.py interact -u URL -p password -e encryption [--default-shell] [--user-agent] [--cookies] [--custom-header] [--insecure] [--proxy]',
help='Run terminal and interact with the remote agent'
)
interact_parser._action_groups.pop()