From e87dd341dde93c289b6774f636e6767476b84a79 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Fri, 7 Mar 2025 08:52:48 -0600 Subject: Added wmiexec module + updated TODO --- TODO.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index e20be1b..c70c113 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,22 @@ # TODO -## High Priority -- [ ] Add dcom module +## Resolve Before Release + +### Higher Priority +- [ ] Add WMI module +- [ ] Add psexec module (RemComSvc) +- [ ] Testing on different Windows versions + +### Other +- [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten +- [ ] Add `delete` command to all modules that may involve cleanup - use `tsch delete` for reference -## Lower Priority +## Resolve Eventually + +### Higher Priority +- [ ] Add dcom module - [ ] Add command to tsch - update task if it already exists. See https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-tsch/849c131a-64e4-46ef-b015-9d4c599c5167 (`flags` argument) -- [ ] Add delete command to scmr - should look similar to `tsch delete` \ No newline at end of file + +### Lower Priority +- [ ] `--ctf` option - allow unsafe OPSEC (i.e. fetching execution output via file write/read) +- [ ] ability to specify multiple targets \ No newline at end of file -- cgit v1.2.3