diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-17 03:22:59 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-17 03:22:59 -0500 |
commit | fc2ed14f92dd82268ca94d3d08c3760aba534d3f (patch) | |
tree | f17c5ccb01dfbf2764bfa938ee4570a9fa1b38d3 /TODO.md | |
parent | 22e4fc56cca0a8c466bf09a6f529573063ce5cb6 (diff) | |
download | goexec-fc2ed14f92dd82268ca94d3d08c3760aba534d3f.tar.gz goexec-fc2ed14f92dd82268ca94d3d08c3760aba534d3f.zip |
Slim down cobra Run function (WMI & TSCH)
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -6,9 +6,10 @@ - [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 -- [ ] Generate random name/path +- [ ] 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] Generate random name/path +- [X] Output ### SCMR |