diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-20 18:23:36 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-20 18:23:36 -0500 |
commit | 1168c8657117cb72426e9e2bfc68bf8ae9575bb1 (patch) | |
tree | b6735b553e80719ccf453bde8db694e192bac8ee /TODO.md | |
parent | 6ade3ddd945e50d7a145294ac4681489be5d22f8 (diff) | |
download | goexec-1168c8657117cb72426e9e2bfc68bf8ae9575bb1.tar.gz goexec-1168c8657117cb72426e9e2bfc68bf8ae9575bb1.zip |
Improve smb.OutputFileFetcher; introduce stage input
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,14 +8,14 @@ - [X] Session hijacking - [X] Generate random name/path - [X] Output -- [ ] 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) +- [X] 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) ### SCMR - [X] Clean up SCMR module - [X] add dynamic string binding support - [X] general clean up. Use TSCH & WMI as reference -- [X] Output +- [ ] Output - [ ] Fix SCMR `change` method so that dependencies field isn't permanently overwritten ### DCOM |