aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-07 08:52:48 -0600
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-07 08:52:48 -0600
commite87dd341dde93c289b6774f636e6767476b84a79 (patch)
tree3181b18f79b587bd04d98ed886f3505f37faeb2d /TODO.md
parenta5c860b8ab24c198b7390fbde90044754e35c1c5 (diff)
downloadgoexec-e87dd341dde93c289b6774f636e6767476b84a79.tar.gz
goexec-e87dd341dde93c289b6774f636e6767476b84a79.zip
Added wmiexec module + updated TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md22
1 files changed, 18 insertions, 4 deletions
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