aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorBryan McNulty <bryan@falconops.com>2025-05-06 17:14:13 -0500
committerGitHub <noreply@github.com>2025-05-06 17:14:13 -0500
commit19af8d591a224cb104996a50935a8f4b1643a3a1 (patch)
treeefadc3b5c58820e686b74f49dd01bd9993baf3af /TODO.md
parent10eee0ed28ecf5f22967a935e3596000e75cd63e (diff)
downloadgoexec-main.tar.gz
goexec-main.zip
Bug fixes, +`dcom shellwindows` +`dcom shellbrowserwindow` (#17)HEADmain
* Negotiate (not force) highest SMB dialect * Fixed some issues with SMB client * `dcom`: new method: `shellwindows` * Update gitignore * TODO: new feature ideas, check ShellWindows * `dcom`: new method: `shellbrowserwindow` * update README.md with DCOM ShellWindows & ShellBrowserWindow modules. * Tweaks to shellbrowserwindow.go * Bumped adauth to v0.3.0 + other deps
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 9c708f3..d0e32d4 100644
--- a/TODO.md
+++ b/TODO.md
@@ -9,8 +9,12 @@ We wanted to make development of this project as transparent as possible, so we'
- [X] Generate random name/path
- [X] Output
- [X] Add `tsch change`
-- [ ] Serialize XML with default indent level
-- [ ] Add --session to `tsch change`
+- [ ] Serialize XML with default indent level?
+
+### `tsch change`
+
+- [ ] Add `--session` (like `tsch demand`)
+- [ ] Add the option to avoid direct task start using TimeTrigger (similar to `tsch create`)
## SCMR
@@ -66,7 +70,8 @@ We wanted to make development of this project as transparent as possible, so we'
### DCOM
-- [ ] ShellWindows & ShellBrowserWindow
+- [X] ShellWindows
+- [ ] ShellBrowserWindow
### WinRM