NetExec/cme
Alexander Neff 58c0bd0d2d Remove if statement that is always true and fix indent 2023-04-15 15:01:03 +02:00
..
.hooks Adding shebang and encoding utf-8 for all python files 2022-07-19 01:59:14 +02:00
data feat(opsec): allow configuration to disable opsec prompts. If this option is set and an opsec unsafe module is loaded, a display and log message are created; resolves #213 2023-04-08 14:39:33 -04:00
helpers convert format() to f-string, update single quote to double, and some PEP8 fixes 2023-04-12 00:25:38 -04:00
loaders fix(modules): properly error out if module isnt supported under the protocol 2023-04-14 15:12:32 -04:00
modules update lsassy module to be OPSEC unsafe, as it writes temporary files to disk 2023-04-08 15:12:33 -04:00
parsers Adding shebang and encoding utf-8 for all python files 2022-07-19 01:59:14 +02:00
protocols fix(logging): fix logger assignment 2023-04-14 15:15:23 -04:00
servers convert format() to f-string, update single quote to double, and some PEP8 fixes 2023-04-12 00:25:38 -04:00
__init__.py chore: removed old commented code 2023-03-30 00:12:35 -04:00
cli.py Remove if statement that is always true and fix indent 2023-04-15 15:01:03 +02:00
cmedb.py convert format() to f-string, update single quote to double, and some PEP8 fixes 2023-04-12 00:25:38 -04:00
config.py update first_run_setup() not requiring log to be passed in and fix checking configuration section. also add in process_secret function. 2023-04-11 22:17:23 -04:00
connection.py Add indication on which target an error occured 2023-04-15 13:13:57 +02:00
console.py feat(console): progress on dropping in console logging while keeping everything else the same 2023-03-29 14:19:31 -04:00
context.py clean up imports 2023-04-07 13:12:56 -04:00
crackmapexec.py Remove if statement that is always true and fix indent 2023-04-15 15:01:03 +02:00
first_run.py convert format() to f-string, update single quote to double, and some PEP8 fixes 2023-04-12 00:25:38 -04:00
logger.py feat(logging): add rich tracebacks with locals for exceptions 2023-04-12 16:34:32 -04:00
paths.py refactor: add DATA_PATH 2023-04-05 19:38:36 -04:00