aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-08 06:07:29 -0600
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-08 06:07:29 -0600
commit7574b7370be083ff563fa8ad6d01d5ac776d7e4d (patch)
tree78aeb5d671e35aee8780fd92b2511cad00efd67d /TODO.md
parentd8eca7209d000609fea08d2973a402a41a4cf921 (diff)
downloadgoexec-7574b7370be083ff563fa8ad6d01d5ac776d7e4d.tar.gz
goexec-7574b7370be083ff563fa8ad6d01d5ac776d7e4d.zip
Add a bunch of DCE related options to TSCH module
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index 6cb2f13..d4e206f 100644
--- a/TODO.md
+++ b/TODO.md
@@ -12,12 +12,12 @@
- [ ] 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
- [ ] Standardize modules to interface for future use
+- [ ] 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)
## 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)
### Lower Priority
- [ ] `--ctf` option - allow unsafe OPSEC (i.e. fetching execution output via file write/read)