6 Commits

Author SHA1 Message Date
Severus ea48f35900 Change TLSv1_2 to TLS_CLIENT
TLS_CLIENT allows user to chose available TLS version rather than specific version.
future.
2023-09-27 15:43:54 +07:00
Severus b58f918c83 Change TLSv1 to TLSv1_2
TLSv1.2 is major now. SharPyShell support TLSv1 by default. Since many
web server disabled TLSv1 then the connection should be terminated as
offline status.
2023-09-27 15:37:42 +07:00
NuHarborMartin 39e931ff27 Initial Python3 conversion
Fixing the string/bytes conversion needed to work with python3
All modules tested (except lateral)  and responding as they did with 2.7 on an IIS10 box
2021-08-04 11:57:46 -04:00
antonioCoco ed8ebe3bbc Request module readibilty tweakings 2019-03-11 19:21:48 +01:00
antonioCoco d261c4e712 Improved Request for better support to TLS protocols. Now using urllib3 instead of requests 2019-03-11 17:51:38 +01:00
antonioCoco 5b97de08ef SharPyShell v 1.0 released 2019-03-10 23:14:03 +01:00