mirror of
https://github.com/antonioCoco/SharPyShell
synced 2026-06-08 13:11:44 +00:00
Improved Request for better support to TLS protocols. Now using urllib3 instead of requests
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user