diff options
author | Bryan McNulty <bryan@falconops.com> | 2025-05-06 17:14:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-06 17:14:13 -0500 |
commit | 19af8d591a224cb104996a50935a8f4b1643a3a1 (patch) | |
tree | efadc3b5c58820e686b74f49dd01bd9993baf3af /TODO.md | |
parent | 10eee0ed28ecf5f22967a935e3596000e75cd63e (diff) | |
download | goexec-main.tar.gz goexec-main.zip |
* 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.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |