aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-08 08:35:09 -0600
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-08 08:35:09 -0600
commit8360747c22987c8f7de7b4d19cf2d6ee68994183 (patch)
tree937bcd554ee9b7442e66bfa771b6a25016202211 /TODO.md
parent7574b7370be083ff563fa8ad6d01d5ac776d7e4d (diff)
downloadgoexec-8360747c22987c8f7de7b4d19cf2d6ee68994183.tar.gz
goexec-8360747c22987c8f7de7b4d19cf2d6ee68994183.zip
Some quick fixes and validations
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index d4e206f..bbfbe9e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,9 +4,17 @@
### Higher Priority
- [X] Add WMI module
+- [X] Clean up TSCH module
+
+- [ ] Clean up SCMR module
+ - [ ] add dynamic string binding support
+ - [ ] general clean up. Use TSCH & WMI as reference
+
+- [ ] Add DCOM module
+ - [ ] MMC20.Application method
+
- [ ] Add psexec module (RemComSvc)
-- [ ] Testing against different Windows machines
-- [ ] Testing from Windows (compile to PE)
+ - [ ] Add support for dynamic service executable (of course)
### Other
- [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten
@@ -14,6 +22,10 @@
- [ ] 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)
+### Testing
+- [ ] Testing against different Windows machines & versions
+- [ ] Testing from Windows (compile to PE)
+
## Resolve Eventually
### Higher Priority