diff options
-rw-r--r-- | TODO.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,7 @@ ### TSCH - [X] Clean up TSCH module +- [X] Session hijacking - [ ] 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 more trigger types @@ -13,17 +14,20 @@ - [X] Clean up SCMR module - [X] add dynamic string binding support - [X] general clean up. Use TSCH & WMI as reference +- [ ] Output - [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten ### DCOM - [X] Add DCOM module - [X] MMC20.Application method +- [ ] Output ### WMI - [X] Add WMI module - [X] Clean up WMI module +- [ ] Output - [ ] WMI `reg` subcommand - read & edit the registry - [ ] File transfer functionality @@ -37,6 +41,7 @@ ## Resolve Eventually +- [ ] `--shell` option - [ ] Add Go tests - [ ] ability to specify multiple targets - [ ] Standardize modules to interface for future use |