70 Commits

Author SHA1 Message Date
antonioCoco 2971822579 Merge pull request #21 from NgoHuy/Patch-TLSv1_2
Change TLSv1 to TLS_CLIENT
2023-11-26 18:14:06 +01:00
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 84e1ff5f5a Update README.md 2022-05-18 07:10:45 +02:00
antonioCoco 958c4012ab Merge pull request #18 from antonioCoco/py3
Upgrade to version 1.3.0
v1.3.0
2022-05-18 06:53:50 +02:00
antonioCoco c531349339 Update README.md 2022-05-18 06:51:51 +02:00
antonioCoco e9a2f4e143 bump to version 1.3.0 2022-05-18 06:50:28 +02:00
antonioCoco 34cbffe372 updated mimikatz to latest version 2021-10-01 22:21:34 +02:00
antonioCoco 7f14642572 added amsi bypass for invoke_ps_module 2021-10-01 22:21:13 +02:00
antonioCoco 3ef41ac7d2 fixed a bug in argument parsing in runas module 2021-10-01 20:16:58 +02:00
antonioCoco 7bab60cc39 changed some description text 2021-09-30 22:57:05 +02:00
antonioCoco b234d3b007 fixed juicypotato srdi module string encodings for python3 2021-09-30 22:42:20 +02:00
antonioCoco 56f4289ab4 fixed lateral_wmi module and refactored the description 2021-09-30 21:59:16 +02:00
antonioCoco 4125280223 fixed a bug that result in a race condition on python running Windows systems 2021-09-30 21:03:41 +02:00
antonioCoco a463ec57e2 fixed a bug in Module for encodings of the response 2021-09-19 15:47:35 +02:00
antonioCoco 0a0462ffa7 fix mimikatz dll module 2021-09-19 15:47:15 +02:00
antonioCoco 29a69d76e3 fixed srdi lib encodings 2021-09-19 15:46:56 +02:00
antonioCoco 318a8dc382 fixed XOR encryption 2021-09-19 15:37:04 +02:00
antonioCoco d6b3f41ff2 fixed a bug in the download module 2021-09-19 14:22:30 +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
antonioCoco acdcd8d31f fixed bug in the argument parser 2021-09-19 13:12:33 +02:00
antonioCoco 477c30e77d added gitignor for visual studio folders 2021-09-19 12:55:40 +02:00
antonioCoco 2d254cbd48 requirements adjusted 2021-09-19 12:55:26 +02:00
antonioCoco 51f97b75f0 Merge pull request #14 from NuHarborMartin/py3
Python 3 conversion
2021-09-19 12:54:03 +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 1.2.1 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 691ba7e08b this close #5
added fancy logo, thanks @newfinal100 !
2021-01-31 20:13:04 +01:00
antonioCoco cbd1e1f47e Added fancy logo 2021-01-31 20:02:02 +01:00
antonioCoco 5a2a242572 Merge pull request #3 from antonioCoco/dev
Upgrade to version 1.1: 3 Injection modules added + bugfixes
v1.1.14
2019-03-26 17:33:47 +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