aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryanmcnulty@protonmail.com>2025-04-10 22:02:52 -0500
committerBryan McNulty <bryanmcnulty@protonmail.com>2025-04-10 22:02:52 -0500
commita827b67d47cba7b02ea9599fe6bb88ffb3a6967d (patch)
tree3efc340acf87733269fafa8594af7b7275819d70 /TODO.md
parentf6135204f3339393732444bf92cfdfc9cd932124 (diff)
downloadgoexec-a827b67d47cba7b02ea9599fe6bb88ffb3a6967d.tar.gz
goexec-a827b67d47cba7b02ea9599fe6bb88ffb3a6967d.zip
Update TODO
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 24296e9..5800c7b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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