diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-07 08:52:48 -0600 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-03-07 08:52:48 -0600 |
commit | e87dd341dde93c289b6774f636e6767476b84a79 (patch) | |
tree | 3181b18f79b587bd04d98ed886f3505f37faeb2d /TODO.md | |
parent | a5c860b8ab24c198b7390fbde90044754e35c1c5 (diff) | |
download | goexec-e87dd341dde93c289b6774f636e6767476b84a79.tar.gz goexec-e87dd341dde93c289b6774f636e6767476b84a79.zip |
Added wmiexec module + updated TODO
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 22 |
1 files changed, 18 insertions, 4 deletions
@@ -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 |