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 |
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
|
30a426cba4
|
update petitpotam module
|
2023-03-28 07:33:48 -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 |
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
|
0a03c80e66
|
fix(loaders): use modern module loader
|
2023-03-26 02:45:16 -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 |
Marshall Hallenbeck
|
f413d0b217
|
update confusing spooler log entry to specify its from that module
|
2023-03-26 00:49:31 -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
|
e7a7476c64
|
fix(petitpotam): move unneeded class to functions, which also fixes an error when calling
|
2023-03-24 16:35:40 -04:00 |
Marshall Hallenbeck
|
67d0d20dcc
|
fix(install_elevated): update error handling
|
2023-03-24 16:34:23 -04:00 |
Marshall Hallenbeck
|
91bbc1101f
|
fix(ntlmv1): fix error handling when remote registry cannot be accessed or registry entry doesnt exist
|
2023-03-24 16:33:59 -04:00 |
Marshall Hallenbeck
|
a6463c60ff
|
feat(modules): allow multiple modules to be ran
|
2023-03-24 15:21:10 -04:00 |
Marshall Hallenbeck
|
192cbb16c9
|
fix(cmedb): remove twice redundant functions that I messed up with rebase
|
2023-03-24 15:20:07 -04:00 |
Marshall Hallenbeck
|
ac5bfb0b8b
|
fix(context): fix the context because my rebase/merge messed it up
|
2023-03-24 15:20:07 -04:00 |
mpgn
|
e690044b05
|
add exist function to cmedb
|
2023-03-24 15:19:57 -04:00 |
Marshall Hallenbeck
|
a2daaae538
|
update how workspaces are created so tests can utilize functionality
|
2023-03-24 15:19:57 -04:00 |
mpgn
|
d58a458803
|
add exist function to cmedb
|
2023-03-24 15:19:57 -04:00 |
famos0
|
9baf2f0840
|
fix log for modules
|
2023-03-24 15:19:57 -04:00 |
Marshall Hallenbeck
|
5b4693bfcc
|
update how workspaces are created so tests can utilize functionality
|
2023-03-24 15:19:57 -04:00 |