diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-07 09:33:17 -0600 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-07 09:33:17 -0600 |
commit | d8eca7209d000609fea08d2973a402a41a4cf921 (patch) | |
tree | 69b848bea81ea358a1f0fa37806fe7fc137721e1 /TODO.md | |
parent | e87dd341dde93c289b6774f636e6767476b84a79 (diff) | |
download | goexec-d8eca7209d000609fea08d2973a402a41a4cf921.tar.gz goexec-d8eca7209d000609fea08d2973a402a41a4cf921.zip |
Update TODO
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |