Commit Graph

804 Commits (bfb40f2d4f688176e2e84ceb129b9fafcefe07b7)

Author SHA1 Message Date
mpgn bfb40f2d4f Update RDP protocol and adding better error message 2022-03-12 06:54:40 -05:00
mpgn 3f08b96581 Bump to version 5.2.6 2022-03-07 13:35:57 -05:00
mpgn a04e20d6fc Update ldap #542 2022-03-06 11:58:20 -05:00
mpgn 901a3c3cdf Remove useless lib 2022-03-06 11:30:17 -05:00
mpgn 47e6521822 Merge branch 'master' of https://github.com/byt3bl33d3r/CrackMapExec 2022-03-06 11:07:19 -05:00
mpgn e9bcd09bd2
Merge pull request #549 from coffeegist/bugfix/no-attribute-filesrv-response
Add necessary class for success when calling EfsRpcEncryptFileSrv from PetitPotam
2022-03-06 17:04:39 +01:00
mpgn 9abfb17d4e Update ldap #542 2022-03-06 10:59:31 -05:00
mpgn b770c59cdc Update rdp protocol 2022-03-06 10:55:24 -05:00
mpgn 2467a57792
Merge pull request #546 from qtc-de/bug/mssql-check-if-admin
Fix mssql check_if_admin function
2022-03-06 13:14:24 +01:00
mpgn 85a1dba517
Merge pull request #548 from qtc-de/bug/status-file-not-found
Add STATUS_NO_SUCH_FILE to success status
2022-03-06 13:13:11 +01:00
Adam 1e69eb3791 * Add necessary class for success when calling EfsRpcEncryptFileSrv 2022-03-04 11:24:10 -06:00
TNeitzel 4dc4fd72c2 Add STATUS_NO_SUCH_FILE to success status
When the remote server returns a STATUS_NO_SUCH_FILE message, cme
interprets the login credentials as wrong. However, impackets
smbserver.py proves that this can be wrong.
2022-03-03 21:52:37 +01:00
TNeitzel 0e3c792b9c Fix mssql check_if_admin function
The check_if_admin function from mssql.py takes an additional auth
parameter, that is actually not used. Other parts of the code are
calling the function without the parameter, which leads to an error when
enumerating mssql endpoints. By simply removing the parameter and fixing
the locations that use it, the issue gets resolved.
2022-03-03 21:25:03 +01:00
mpgn bebf4b1895 Add first version of new RDP protocol 2022-02-28 17:18:53 -05:00
mpgn aab05a8903 Update workflow 2022-02-28 16:58:36 -05:00
mpgn e15ae44c81 Push from public repo 2022-02-27 08:08:30 -05:00
mpgn b1308da93e
Merge pull request #540 from p0dalirius/laps-sort-results
Added sorting of LAPS computers output (easier to read)
2022-02-27 14:04:42 +01:00
mpgn fc3df056a0 Update option for ldap protocol with --no-smb 2022-02-27 08:00:44 -05:00
mpgn 2d71dabaaa Bump to version 5.2.5 2022-02-23 15:12:00 -05:00
mpgn f7ab07bbcc Add lsa and sam function to winrm 2022-02-23 15:09:49 -05:00
mpgn 2df0069c46 Cleanup module 2022-02-23 15:09:19 -05:00
p0dalirius 725659f4d8 Added sorting of LAPS computers output (easier to read) 2022-02-17 15:00:30 +01:00
mpgn c8a1814448 Bump to version 5.2.4 2022-02-14 06:33:32 -05:00
mpgn 681adf3614 Update MAQ module 2022-02-13 07:22:55 -05:00
mpgn b713723269 Add laps function for WinRM 2022-02-11 16:38:39 -05:00
mpgn 8d665375a8 Improve laps core functon 2022-02-10 16:36:07 -05:00
mpgn 77bb2caa1d Disabled by default #523 2022-02-07 16:29:27 -05:00
mpgn c3dec653d4 Add check for audit mode #523 2022-02-07 16:19:46 -05:00
mpgn b4c17c0650
Merge pull request #526 from HynekPetrak/win32_fix_filename
fix filename for IPv6 on win32
2022-02-07 00:00:36 +01:00
mpgn 47dd3cdfc2 Add audit mode #523 2022-02-06 17:56:41 -05:00
HynekPetrak fdc2aadf2b sanitize IPv6 in a file name 2022-02-06 16:44:06 -05:00
mpgn c79714249a Remove error message when using MAQ module 2022-02-06 07:40:49 -05:00
mpgn 19a5896c1e Fix issue when local account is used with bh #533 2022-02-06 07:33:49 -05:00
mpgn ba79b0e474 Fix issue #531 2022-02-05 17:58:49 -05:00
mpgn 6e57e4c361
Merge pull request #532 from snovvcrash/owned
Set computer accounts as owned in BloodHound
2022-02-05 23:30:57 +01:00
Sam Free5ide a48dad9b7e
Set computer accounts as owned in BloodHound 2022-02-02 14:13:01 +03:00
mpgn 83cb8ef852 Update dependancies and bump to 5.2.3 2022-01-26 15:17:01 -05:00
mpgn 63db136f2b Add link porchetta in banner 2022-01-26 15:16:42 -05:00
mpgn 394fcb3796 Impriove support for kerberos on ldap 2022-01-19 13:36:33 -05:00
mpgn 766ee48328 Fix kerberos ntds dump 2022-01-19 13:13:05 -05:00
mpgn bc137a005c Fix kerberos auth with smb 2022-01-19 08:24:11 -05:00
mpgn 8118e9078e Bump to version 5.2.2 The Dark Knight for public release 2022-01-16 12:59:55 -05:00
mpgn 4e0d7700a4 Add description module ms17-010 2022-01-16 12:57:40 -05:00
mpgn 27552fab02 Update fix for ipv6 local link adresss #470 2022-01-05 04:47:42 -05:00
mpgn eec9dfe49f Merge branch 'master' of https://github.com/byt3bl33d3r/CrackMapExec 2022-01-04 05:23:34 -05:00
mpgn a8df4c2a86
Fix error when hash option is used thx to @tiyeuse
`cme smb 192.168.57.5 -u users.txt -H 8846f7eaee8fb117ad06bdd830b7586c``

=> 

UnboundLocalError: local variable 'ntlm_hash_file' referenced before assignment
2022-01-04 11:17:21 +01:00
mpgn 8c77eacbbf Update module adcs 2021-12-18 16:21:42 -05:00
mpgn d90709bd97 Fix exception 2021-12-18 15:33:46 -05:00
mpgn c259a42c6c Add modules IOXIDResolver & MS17-010 2021-12-18 15:28:34 -05:00
mpgn 66621b9014 Merger master public to sponsor version 2021-12-17 15:45:21 -05:00