aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-03-07 09:33:17 -0600
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-03-07 09:33:17 -0600
commitd8eca7209d000609fea08d2973a402a41a4cf921 (patch)
tree69b848bea81ea358a1f0fa37806fe7fc137721e1 /TODO.md
parente87dd341dde93c289b6774f636e6767476b84a79 (diff)
downloadgoexec-d8eca7209d000609fea08d2973a402a41a4cf921.tar.gz
goexec-d8eca7209d000609fea08d2973a402a41a4cf921.zip
Update TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md
index c70c113..6cb2f13 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,13 +3,15 @@
## Resolve Before Release
### Higher Priority
-- [ ] Add WMI module
+- [X] Add WMI module
- [ ] Add psexec module (RemComSvc)
-- [ ] Testing on different Windows versions
+- [ ] Testing against different Windows machines
+- [ ] Testing from Windows (compile to PE)
### 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
+- [ ] Standardize modules to interface for future use
## Resolve Eventually