Commit Graph

1779 Commits (440e2df1f3a226172911b86c33cdda51a86650e0)

Author SHA1 Message Date
Marshall Hallenbeck 440e2df1f3 fix(modules): fix more lsassy logging 2023-03-30 15:11:55 -04:00
Marshall Hallenbeck ea7a70bc40 remove logging import 2023-03-30 14:23:25 -04:00
Marshall Hallenbeck d7aa98b4d8 add debugging info to connection 2023-03-30 14:22:50 -04:00
Marshall Hallenbeck 6a1742dc20 fix(lsassy): fix lsassys jank method of logging 2023-03-30 14:01:49 -04:00
famos0 1e3cf8f986 add --no-progress to disable progress bar 2023-03-30 18:37:11 +02:00
famos0 53b745b1b2 fix rdcman module 2023-03-30 18:15:20 +02:00
Marshall Hallenbeck 8ee82e7847 fix: run the first run cme setup before cli arg parse since it requires protocol dir 2023-03-30 11:59:26 -04:00
famos0 47707011ed typo when only one target fixed 2023-03-30 17:44:42 +02:00
Marshall Hallenbeck 445b212549 fix(console): fix highlighted output 2023-03-30 09:29:13 -04:00
Marshall Hallenbeck 59c900862d fix spacing 2023-03-30 09:28:45 -04:00
Marshall Hallenbeck 17dc2aeabd feat(console): complete log overhaul, allowing more granular debug messages, and logging to console 2023-03-30 09:20:26 -04:00
Marshall Hallenbeck aef6c65a9e feat(console): progress on dropping in console logging while keeping everything else the same 2023-03-30 09:19:20 -04:00
Marshall Hallenbeck 025451ca04 fix(logging): fix highlighting 2023-03-30 08:57:02 -04:00
mpgn 8aefa68279 fix conflict 2023-03-30 06:33:12 -04:00
mpgn 1af5780416
Merge pull request #19 from mpgn/modules_marshall
Modules Update
2023-03-30 12:28:09 +02:00
famos0 388f4798c2 display options for every modules 2023-03-30 11:09:47 +02:00
famos0 e4388bd9b0 logging.error into self.logger.error 2023-03-30 11:04:45 +02:00
famos0 d0afcdc9b1 fixing winscp module for python <= 3.8 2023-03-30 11:02:54 +02:00
famos0 6a87589c55 add a try catch block to avoid crashing call_modules 2023-03-30 10:58:40 +02:00
Marshall Hallenbeck 9db621380b more logging and formatting fixes 2023-03-30 00:33:57 -04:00
Marshall Hallenbeck 34125bc584 chore: removed old commented code 2023-03-30 00:12:35 -04:00
Marshall Hallenbeck 722ae22923 chore: update logging and formatting 2023-03-30 00:11:52 -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
mpgn 5467781d34 Create github actoin crackmapexec-test.yml 2023-03-28 07:33:48 -04:00
mpgn 5452899512 update requierements file 2023-03-28 07:33:48 -04:00
mpgn 30a426cba4 update petitpotam module 2023-03-28 07:33:48 -04:00
mpgn 1e7689f8eb Create github actoin crackmapexec-test.yml 2023-03-28 07:30:00 -04:00
mpgn 15165d7918 update requierements file 2023-03-28 07:30:00 -04:00
mpgn ed8f6d83b5 update petitpotam module 2023-03-27 16:06:17 -04:00
Marshall Hallenbeck 1ade25cc10 feat(console): initial console implementation with progress bar 2023-03-27 12:18:29 -04:00
mpgn 1b315e1c69
Merge pull request #17 from mpgn/test_gh_actions
Create github actoin crackmapexec-test.yml
2023-03-27 12:46:44 +02:00
mpgn b466365f33
Create github actoin crackmapexec-test.yml 2023-03-27 12:45:48 +02:00
mpgn f70fec6bd3 update requierements file 2023-03-27 06:40:21 -04:00
mpgn 6e9a62e954
Merge pull request #16 from mpgn/tests_marshall
Refactor Async, add e2e tests, add initial unit tests
2023-03-27 12:28:49 +02:00
Marshall Hallenbeck 2612c5931e tests: remove rdp test that requires option 2023-03-27 02:20:49 -04:00
Marshall Hallenbeck 29b6e77c9b tests: fix test command 2023-03-27 01:57:50 -04:00
Marshall Hallenbeck 7af49ce2b4 tests: update tests to include full module testing 2023-03-27 01:50:22 -04:00
Marshall Hallenbeck d0811a70a3 simplify how module is loaded in main program 2023-03-27 01:50:03 -04:00
Marshall Hallenbeck a65d9e70d7 modules: remove remaining imp usage due to deprecation and update module name to be pythonic 2023-03-27 00:48:45 -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
Marshall Hallenbeck 5c96b0b17d fix: undo imp deprecation for module_loader. will revisit this later. 2023-03-26 10:25:03 -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 42737e2640 tests: automatically clear database after each function test 2023-03-26 02:56:15 -04:00
Marshall Hallenbeck 0a03c80e66 fix(loaders): use modern module loader 2023-03-26 02:45:16 -04:00
Marshall Hallenbeck 9100fbbd9a remove pytest-asyncio dependency 2023-03-26 02:31:56 -04:00
Marshall Hallenbeck 6dd7d1b744 fix merge text 2023-03-26 02:21:26 -04:00
Marshall Hallenbeck f187453525 Merge branch 'tests_marshall' into modules_marshall 2023-03-26 02:05:43 -04:00