Commit Graph

  • 2971822579 Merge pull request #21 from NgoHuy/Patch-TLSv1_2 master antonioCoco 2023-11-26 18:14:06 +01:00
  • ea48f35900 Change TLSv1_2 to TLS_CLIENT Severus 2023-09-27 15:43:54 +07:00
  • b58f918c83 Change TLSv1 to TLSv1_2 Severus 2023-09-27 15:37:42 +07:00
  • 84e1ff5f5a Update README.md antonioCoco 2022-05-18 07:10:45 +02:00
  • 958c4012ab Merge pull request #18 from antonioCoco/py3 v1.3.0 antonioCoco 2022-05-18 06:53:50 +02:00
  • c531349339 Update README.md antonioCoco 2022-05-18 06:51:51 +02:00
  • e9a2f4e143 bump to version 1.3.0 antonioCoco 2022-05-18 06:50:28 +02:00
  • 34cbffe372 updated mimikatz to latest version antonioCoco 2021-10-01 22:21:34 +02:00
  • 7f14642572 added amsi bypass for invoke_ps_module antonioCoco 2021-10-01 22:21:13 +02:00
  • 3ef41ac7d2 fixed a bug in argument parsing in runas module antonioCoco 2021-10-01 20:16:58 +02:00
  • 7bab60cc39 changed some description text antonioCoco 2021-09-30 22:57:05 +02:00
  • b234d3b007 fixed juicypotato srdi module string encodings for python3 antonioCoco 2021-09-30 22:42:20 +02:00
  • 56f4289ab4 fixed lateral_wmi module and refactored the description antonioCoco 2021-09-30 21:59:16 +02:00
  • 4125280223 fixed a bug that result in a race condition on python running Windows systems antonioCoco 2021-09-30 21:03:41 +02:00
  • a463ec57e2 fixed a bug in Module for encodings of the response antonioCoco 2021-09-19 15:47:35 +02:00
  • 0a0462ffa7 fix mimikatz dll module antonioCoco 2021-09-19 15:47:15 +02:00
  • 29a69d76e3 fixed srdi lib encodings antonioCoco 2021-09-19 15:46:56 +02:00
  • 318a8dc382 fixed XOR encryption antonioCoco 2021-09-19 15:37:04 +02:00
  • d6b3f41ff2 fixed a bug in the download module antonioCoco 2021-09-19 14:22:30 +02:00
  • da6b20abf2 fixed AES encryption antonioCoco 2021-09-19 14:18:37 +02:00
  • d70c21e1e6 fixed signal sigtstp multiplatform antonioCoco 2021-09-19 13:43:03 +02:00
  • 300b956a14 fixed bug division without remainders in Generate antonioCoco 2021-09-19 13:42:36 +02:00
  • 4677dd1be3 fixed os import antonioCoco 2021-09-19 13:19:46 +02:00
  • 0f4d0e460b added compatibility for Windows paths antonioCoco 2021-09-19 13:18:02 +02:00
  • acdcd8d31f fixed bug in the argument parser antonioCoco 2021-09-19 13:12:33 +02:00
  • 477c30e77d added gitignor for visual studio folders antonioCoco 2021-09-19 12:55:40 +02:00
  • 2d254cbd48 requirements adjusted antonioCoco 2021-09-19 12:55:26 +02:00
  • 51f97b75f0 Merge pull request #14 from NuHarborMartin/py3 antonioCoco 2021-09-19 12:54:03 +02:00
  • 71a60a4fc2 Py3 mimikatz fix and code cleanup NuHarborMartin 2021-08-05 11:33:04 -04:00
  • 9835c7b150 Revert "Cleanup" NuHarborMartin 2021-08-05 11:07:50 -04:00
  • de18c20beb Cleanup NuHarborMartin 2021-08-05 09:43:56 -04:00
  • 9e0ceb7540 AES128 and AES256 encryption fixes NuHarborMartin 2021-08-04 16:37:36 -04:00
  • 39e931ff27 Initial Python3 conversion NuHarborMartin 2021-08-04 11:57:46 -04:00
  • 3f4c530c67 removed lateral_psexec module due to license incompatibility 1.2.1 antonioCoco 2021-01-31 20:21:16 +01:00
  • 320739f6a6 bump to version 1.2.0 antonioCoco 2021-01-31 20:19:53 +01:00
  • 691ba7e08b this close #5 antonioCoco 2021-01-31 20:13:04 +01:00
  • cbd1e1f47e Added fancy logo antonioCoco 2021-01-31 20:02:02 +01:00
  • 5a2a242572 Merge pull request #3 from antonioCoco/dev v1.1.14 antonioCoco 2019-03-26 17:33:47 +01:00
  • 4a781f43e4 updated examples in mimikatz module antonioCoco 2019-03-26 16:28:17 +01:00
  • cd71cb7959 updated requirements.txt antonioCoco 2019-03-26 13:13:00 +01:00
  • 8312be89b7 requirements.txt updated antonioCoco 2019-03-26 00:51:00 +01:00
  • 96f26bfce5 fixed help in injection modules antonioCoco 2019-03-25 22:45:28 +01:00
  • dad54643a7 added injection_srdi module + dll execution type for mimikatz antonioCoco 2019-03-25 22:32:49 +01:00
  • 78b96b4a6e Updated powerup command for the latest version antonioCoco 2019-03-25 20:15:23 +01:00
  • 041afaf871 Injection modules: Added gzip compression + bugfixes after tested win vers 2008 - 2019 antonioCoco 2019-03-25 00:23:35 +01:00
  • ecd41c8de0 updated Invoke-Mimikatz.ps1 to a working version of latest win versions antonioCoco 2019-03-25 00:03:05 +01:00
  • 7b1db7bdb0 updated PowerUp.ps1 to latest version antonioCoco 2019-03-24 23:56:14 +01:00
  • 6576e04c71 module runas: code refactoring and improved support for Interactive (2) logon antonioCoco 2019-03-24 21:52:43 +01:00
  • b5429762b2 fixed help in privesc_powerup_module antonioCoco 2019-03-24 21:51:31 +01:00
  • 2209ef9f5f fixed a bug in invoke_ps_module: double quotes replace antonioCoco 2019-03-24 21:38:51 +01:00
  • 8f7af5d05c fixed a bug in privesc_juicy_potato module antonioCoco 2019-03-24 21:36:44 +01:00
  • 0592d0cbf5 added Everyone permission to env directory antonioCoco 2019-03-24 21:30:26 +01:00
  • 6524f3c4e8 code refactoring: module inject_dll_reflective antonioCoco 2019-03-22 19:59:59 +01:00
  • eb697924ef fixed typos in help antonioCoco 2019-03-22 16:43:39 +01:00
  • 45ce4bea63 Updated help text in injection modules antonioCoco 2019-03-22 16:41:56 +01:00
  • edb4ef5011 updated README with new modules antonioCoco 2019-03-22 16:41:30 +01:00
  • e59c27f559 Fixed help in privesc_juicy_potato module: Added more examples antonioCoco 2019-03-22 15:41:55 +01:00
  • a618bd17bc fixed help in lateral_psexec module antonioCoco 2019-03-22 15:37:53 +01:00
  • f101d52fb5 Upgrade to version 1.1.0: 2 Injection modules added antonioCoco 2019-03-22 12:05:43 +01:00
  • 0ba50b53df Module Runas: improved help antonioCoco 2019-03-22 11:42:13 +01:00
  • bd5d00f4e8 module net_portscan: fixed argument parsing v1.0 antonioCoco 2019-03-12 19:03:21 +01:00
  • ed8ebe3bbc Request module readibilty tweakings antonioCoco 2019-03-11 19:21:48 +01:00
  • d261c4e712 Improved Request for better support to TLS protocols. Now using urllib3 instead of requests antonioCoco 2019-03-11 17:51:38 +01:00
  • 30f198df34 requirements.txt updated antonioCoco 2019-03-11 10:51:05 +01:00
  • 16f79a51b8 .gitattributes added antonioCoco 2019-03-10 23:58:53 +01:00
  • fd8e4b2b4b Update README.md antonioCoco 2019-03-10 23:42:59 +01:00
  • 61aae03a9b Merge https://github.com/antonioCoco/SharPyShell antonioCoco 2019-03-10 23:15:17 +01:00
  • 5b97de08ef SharPyShell v 1.0 released antonioCoco 2019-03-10 23:14:03 +01:00
  • a6d70ebc68 Update README.md antonioCoco 2019-03-10 23:10:03 +01:00
  • ce6a2a923e Initial commit antonioCoco 2019-03-10 23:09:40 +01:00