Commit Graph

2220 Commits (12e259970d7c110daf835bf5dbdbdc15c924ed1b)

Author SHA1 Message Date
Marshall Hallenbeck 67ed83a30c RIP Harambe memes for Darrell 2023-05-31 10:08:38 -04:00
Marshall Hallenbeck 1a6ea3ac33 fix: check for version argument before protocol parser for quicker version print 2023-05-31 10:00:32 -04:00
Marshall Hallenbeck e2955c2be5 cli: move module parser above normal argument parser to check if module listing is being requested 2023-05-31 09:55:09 -04:00
Marshall Hallenbeck 464d3e8fed ftp: update moved proto args 2023-05-31 09:52:15 -04:00
Marshall Hallenbeck 82ffe72528 Merge branch 'master' into protocol_db_marshall
# Conflicts:
#	cme/cli.py
#	cme/protocols/ftp.py
#	cme/protocols/ldap.py
#	cme/protocols/smb.py
2023-05-31 09:51:03 -04:00
mpgn 9efecb8c90 bump pypypkatz to latest 2023-05-31 07:06:45 -04:00
Alex 16031d8547
Merge pull request #46 from mpgn/neff_speed_improv 2023-05-30 10:59:03 +02:00
Marshall Hallenbeck efb0d27bbb fix stupid formatting 2023-05-29 18:12:16 -04:00
Alexander Neff b7ef67e4bf Fixing typo 2023-05-29 19:36:40 +02:00
Alexander Neff 7e5bf7bc61 Veeam Module now supports Veeam v12 if MsSql is used 2023-05-29 17:26:50 +02:00
Alexander Neff fa63bbfec6 Format changes as suggested by marshall 2023-05-29 16:40:29 +02:00
Alexander Neff 1f7f581d2d Improve exception handling in modules veeam and winscp 2023-05-29 16:33:19 +02:00
mpgn 48bd0017a7 fix wrong import for gmsa 2023-05-29 07:55:15 +00:00
Alexander Neff 5a6bacdb35 Minor improvement 2023-05-28 17:37:03 +02:00
Marshall Hallenbeck efb789d890 tests: add ftp tests 2023-05-28 10:05:07 -04:00
Marshall Hallenbeck 35e56c6149 add placeholder funcs for ftp db 2023-05-28 10:04:49 -04:00
Alexander Neff 2d86234d67 Update some changes from Master branch 2023-05-28 15:16:10 +02:00
Alexander Neff 72435fce7f Fix Merge issue 2023-05-28 14:33:44 +02:00
Alexander Neff 98e12fd374 Merge branch 'login_neff' into neff_speed_improv 2023-05-28 14:33:18 +02:00
Alexander Neff 57a0df70fb Fix merge issue 2023-05-28 14:08:20 +02:00
Alex aeea5d98a7 Fix format 2023-05-28 13:50:52 +02:00
Alex 86387bef5d Merge branch 'master' into login_neff 2023-05-28 13:42:11 +02:00
Alexander Neff c7ddbd9028 Reduced big request import and load modules only when necessary 2023-05-28 00:24:40 +02:00
Alexander Neff 0da869f236 Fix spelling mistake causing "first_run" to be executed twice 2023-05-28 00:09:37 +02:00
Alexander Neff e5ff5a9870 Move import statement as it consumes 30% of execution time 2023-05-27 21:03:01 +02:00
Alexander Neff 271ff922e3 Improve initial execution time by extruding cli_args 2023-05-27 20:52:28 +02:00
Marshall Hallenbeck d2fbfbe09d Merge branch 'master' into protocol_db_marshall 2023-05-25 11:08:18 -04:00
Alex 8559d0f10b
Merge pull request #45 from mpgn/neff_small_improvements 2023-05-25 17:03:03 +02:00
mpgn 95797a762e save command into multiple log files 2023-05-25 08:16:05 -04:00
mpgn 4f46a19631 fix ldap connection 2023-05-25 04:00:22 -04:00
mpgn 95bd9bca54 remove ldap3 dependency for ldap-checker module 2023-05-24 17:33:47 -04:00
mpgn 8d36d330e8 fix logger color 2023-05-24 23:48:36 -04:00
mpgn 1d5df5b9b3 fix rdp scanner 2023-05-24 09:19:26 -04:00
Alexander Neff 777a074add Add "(all except LoggedOn)" to bloodhound description 2023-05-24 14:36:39 +02:00
mpgn e31c84c9e5 add rich to package 2023-05-24 08:16:08 -04:00
mpgn 4886a29a95 update poetry lock 2023-05-24 08:10:57 -04:00
Alexander Neff 7d1c2a0aa4 Add Error handling when an endpoint protection doesn't allow to dump lsa or sam although using the DA 2023-05-24 12:23:22 +02:00
Alexander Neff 2b007032fd Add Sophos av services, taken from https://github.com/tothi/serviceDetector/pull/6 2023-05-24 11:57:25 +02:00
Alexander Neff 3839b88e5f Fix #42 and fix small double export output 2023-05-24 11:41:45 +02:00
dt 9fbad041c0 Add Sophos to enum_av module (pipes for now) 2023-05-24 11:23:49 +02:00
Marshall Hallenbeck 7d83c8bc5b ftp: add directory listing header 2023-05-21 21:03:53 -04:00
Marshall Hallenbeck 85a028c4b7 feat(ftp): allow full directory listing after successful ftp auth 2023-05-21 18:28:44 -04:00
Marshall Hallenbeck 7db9201c37 fix: allow listing modules without a target specified 2023-05-21 17:32:58 -04:00
Marshall Hallenbeck 2c09eaac81 fix(cmedb): put create_workspace back into CMEDB class 2023-05-21 17:08:36 -04:00
Marshall Hallenbeck 09b45e2d80 feat(ftp): display if login was anonymous 2023-05-21 15:47:34 -04:00
Marshall Hallenbeck 5603d10ddd feat(smb): allow for both --lsa and --sam 2023-05-21 15:47:01 -04:00
Marshall Hallenbeck f9b7fd1c60 fix typo 2023-05-21 12:54:18 -04:00
Marshall Hallenbeck ecb68637b6 Merge branch 'master' into protocol_db_marshall 2023-05-19 19:02:17 -04:00
mpgn d4033fcaec
Merge pull request #44 from mpgn/laps-decrypt
decrypt laps password
2023-05-19 18:30:10 +02:00
mpgn d3839fc0cd update laps 2023-05-19 05:54:44 -04:00