Commit Graph

537 Commits

Author SHA1 Message Date
Marshall Hallenbeck de35fc5abd finalize double quote normalization and f-string conversion 2023-04-11 20:03:58 -04:00
Marshall Hallenbeck 15f8e25f23 normalize to double quotes for params 2023-04-11 19:53:20 -04:00
Marshall Hallenbeck f804ec7059 f-string conversions and PEP8 fixes 2023-04-11 19:43:15 -04:00
Marshall Hallenbeck 6cde0a2dbb f-string conversions and PEP8 fixes 2023-04-11 19:40:35 -04:00
Marshall Hallenbeck a0880742a3 more formatting fixes 2023-04-11 11:54:06 -04:00
Marshall Hallenbeck 47ab04b178 clean up logging statements in smb.py 2023-04-11 11:48:45 -04:00
Marshall Hallenbeck e4005c6095 PEP8 work 2023-04-11 11:37:44 -04:00
Marshall Hallenbeck 1ae3c828de fix(cmedb): remove winrm db functionality trying to get groups, since that does not exist for winrm 2023-04-08 14:16:50 -04:00
Marshall Hallenbeck 474aeedce9 remove unneeded print 2023-04-07 16:44:09 -04:00
Marshall Hallenbeck 713f4bcd9d clean up imports 2023-04-07 13:12:56 -04:00
Marshall Hallenbeck a9b7529796 fix(docs): replace single quote doc strings with double quote 2023-04-07 12:40:48 -04:00
mpgn 47cf9c9264 fix conflict 2023-04-07 11:26:20 -04:00
mpgn 81915c09b9 Fix kerberos auth with local-group function 2023-04-07 11:12:40 -04:00
Marshall Hallenbeck 38ce4f6112 update logging and formatting 2023-04-07 10:30:55 -04:00
Marshall Hallenbeck 908d72159e update logging and formatting 2023-04-07 10:30:31 -04:00
mpgn 82bf27f8b1 Fix issue with rid-brute and kerberos 2023-04-07 10:28:39 -04:00
Marshall Hallenbeck 5c90e8cc07 add config.py, update logging, and more 2023-04-05 20:09:07 -04:00
Marshall Hallenbeck 7acc00fe0d update lsassy module for logging and improved error handling/logging 2023-04-05 18:50:56 -04:00
Marshall Hallenbeck a5b821d96f fix(ftp): update error to fail, remove redundant code, and update formatting 2023-04-04 23:45:41 -04:00
Marshall Hallenbeck bd99de3dd0 fix(ftp): update error to fail 2023-04-04 23:38:47 -04:00
Marshall Hallenbeck 1bc4150ea1 fix(logging): add fail log message for printing out to console and update smb to use 2023-04-04 23:01:20 -04:00
Marshall Hallenbeck fec7a667d2 fix(logging): update logging to use cme_logger and fix some formatting 2023-03-30 16:36:58 -04:00
Marshall Hallenbeck 9db621380b more logging and formatting fixes 2023-03-30 00:33:57 -04:00
Marshall Hallenbeck 26c026d003 feat(console): complete log overhaul, allowing more granular debug messages, and logging to console 2023-03-29 23:59:22 -04:00
Marshall Hallenbeck c42f9bcd3d feat(console): progress on dropping in console logging while keeping everything else the same 2023-03-29 14:19:31 -04:00
Marshall Hallenbeck 26db2ca3ed feat(console): properly print normal messages to console 2023-03-28 22:58:26 -04:00
Marshall Hallenbeck 1ade25cc10 feat(console): initial console implementation with progress bar 2023-03-27 12:18:29 -04:00
Marshall Hallenbeck 82e3dad5af Merge branch 'tests_marshall' into modules_marshall
# Conflicts:
#	cme/loaders/module_loader.py
2023-03-26 22:46:20 -04:00
mpgn 51752f8e29 update wording on dump users function 2023-03-26 06:14:18 -04:00
mpgn 87e9fc4cce remove useless code from users function on smb proto 2023-03-26 06:08:52 -04:00
Marshall Hallenbeck f187453525 Merge branch 'tests_marshall' into modules_marshall 2023-03-26 02:05:43 -04:00
Marshall Hallenbeck bfcc689acc refactor(async): update how tasks are created to new threads using proper ThreadPool; update functionality everywhere to match 2023-03-26 01:52:37 -04:00
mpgn 118ee3a944 revert some changes on smb 2023-03-25 16:25:36 -04:00
mpgn c7679c7acf revert some changes on smb 2023-03-25 16:10:31 -04:00
Marshall Hallenbeck 4569a632cf fix(smb): handle SMB SessionErrors when enumerating local groups 2023-03-24 15:18:37 -04:00
Marshall Hallenbeck 9cad93fb3a fix(smb): handle ACCESS_DENIED issues when bruteforcing RIDs 2023-03-24 15:18:37 -04:00
Marshall Hallenbeck 4ad86cee0d fix(smb): handle additional SMB connection errors, including unknown nt errors that impacket doesnt have 2023-03-24 15:18:37 -04:00
Marshall Hallenbeck 67bc50ca44 fix(smb): handle SMB SessionErrors when enumerating local groups 2023-03-24 14:25:17 -04:00
Marshall Hallenbeck 8be90461c7 fix(smb): handle ACCESS_DENIED issues when bruteforcing RIDs 2023-03-24 14:25:17 -04:00
Marshall Hallenbeck d112bfcbfb fix(smb): handle additional SMB connection errors, including unknown nt errors that impacket doesnt have 2023-03-24 14:25:17 -04:00
Marshall Hallenbeck fcb5d972c5 update ldap formatting and error checking; LDAPS port can be open but not configured 2023-03-24 11:06:40 -04:00
Marshall Hallenbeck 1a4a887d4e chore(ldap): update formatting 2023-03-24 10:19:05 -04:00
Marshall Hallenbeck 08871f398e refactor(ldap): update some formatting 2023-03-24 09:48:40 -04:00
mpgn a55e49ee36 Update get-file output file 2023-03-23 23:51:50 -04:00
twosevenzero 8233c5bf48 Closes Issue #697. Added a flag to append self.host to the filename of the retrieved file from the get-file option. 2023-03-23 23:51:49 -04:00
mpgn e791c817f6 Update get-file output file 2023-03-23 07:13:18 -04:00
twosevenzero c725094bd9 Closes Issue #697. Added a flag to append self.host to the filename of the retrieved file from the get-file option. 2023-03-23 07:04:07 -04:00
Marshall Hallenbeck 3cdb3cdf0b fix(cmedb): update error message to instruct user to only delete the workspaces folder 2023-03-22 11:58:49 -04:00
Marshall Hallenbeck 772986c0fa fix(cmedb): display error if DB reflection fails for new schema and tell user how to fix it 2023-03-22 11:51:24 -04:00
famos0 3980362dd1 add helper for cmedb dpapi 2023-03-21 10:41:10 +01:00