35 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
antonioCoco e9a2f4e143 bump to version 1.3.0 2022-05-18 06:50:28 +02:00
antonioCoco a463ec57e2 fixed a bug in Module for encodings of the response 2021-09-19 15:47:35 +02:00
antonioCoco 318a8dc382 fixed XOR encryption 2021-09-19 15:37:04 +02:00
antonioCoco da6b20abf2 fixed AES encryption 2021-09-19 14:18:37 +02:00
antonioCoco d70c21e1e6 fixed signal sigtstp multiplatform 2021-09-19 13:43:03 +02:00
antonioCoco 300b956a14 fixed bug division without remainders in Generate 2021-09-19 13:42:36 +02:00
antonioCoco 4677dd1be3 fixed os import 2021-09-19 13:19:46 +02:00
antonioCoco 0f4d0e460b added compatibility for Windows paths 2021-09-19 13:18:02 +02:00
NuHarborMartin 71a60a4fc2 Py3 mimikatz fix and code cleanup 2021-08-05 11:33:04 -04:00
NuHarborMartin 9835c7b150 Revert "Cleanup"
This reverts commit de18c20beb.
2021-08-05 11:07:50 -04:00
NuHarborMartin de18c20beb Cleanup 2021-08-05 09:43:56 -04:00
NuHarborMartin 9e0ceb7540 AES128 and AES256 encryption fixes
Now using bytes for both XOR and AES encrypt methods.

Decrypt now returns str. This allows both encryption methods to use the _encrypt_request successfully without encoding issues.
2021-08-04 16:37:36 -04: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 3f4c530c67 removed lateral_psexec module due to license incompatibility 2021-01-31 20:21:16 +01:00
antonioCoco 320739f6a6 bump to version 1.2.0 2021-01-31 20:19:53 +01:00
antonioCoco 4a781f43e4 updated examples in mimikatz module 2019-03-26 16:28:17 +01:00
antonioCoco cd71cb7959 updated requirements.txt 2019-03-26 13:13:00 +01:00
antonioCoco 8312be89b7 requirements.txt updated 2019-03-26 00:51:00 +01:00
antonioCoco 96f26bfce5 fixed help in injection modules 2019-03-25 22:45:28 +01:00
antonioCoco dad54643a7 added injection_srdi module + dll execution type for mimikatz 2019-03-25 22:32:49 +01:00
antonioCoco 78b96b4a6e Updated powerup command for the latest version 2019-03-25 20:15:23 +01:00
antonioCoco 041afaf871 Injection modules: Added gzip compression + bugfixes after tested win vers 2008 - 2019 2019-03-25 00:23:35 +01:00
antonioCoco ecd41c8de0 updated Invoke-Mimikatz.ps1 to a working version of latest win versions 2019-03-25 00:03:05 +01:00
antonioCoco 7b1db7bdb0 updated PowerUp.ps1 to latest version 2019-03-24 23:56:14 +01:00
antonioCoco 6576e04c71 module runas: code refactoring and improved support for Interactive (2) logon 2019-03-24 21:52:43 +01:00
antonioCoco b5429762b2 fixed help in privesc_powerup_module 2019-03-24 21:51:31 +01:00
antonioCoco 2209ef9f5f fixed a bug in invoke_ps_module: double quotes replace 2019-03-24 21:38:51 +01:00
antonioCoco 8f7af5d05c fixed a bug in privesc_juicy_potato module 2019-03-24 21:36:44 +01:00
antonioCoco 0592d0cbf5 added Everyone permission to env directory 2019-03-24 21:30:26 +01:00
antonioCoco f101d52fb5 Upgrade to version 1.1.0: 2 Injection modules added 2019-03-22 12:05:43 +01: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