diff options
author | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-20 11:26:44 -0500 |
---|---|---|
committer | Bryan McNulty <bryanmcnulty@protonmail.com> | 2025-04-20 11:26:44 -0500 |
commit | ce79cf929133ea2592fb899d6339c1e299aa9eeb (patch) | |
tree | 964763333f623969febd5f1ef86a00862a83b591 /TODO.md | |
parent | 61578457eed9243d3be1bb120cce5995e149adec (diff) | |
download | goexec-ce79cf929133ea2592fb899d6339c1e299aa9eeb.tar.gz goexec-ce79cf929133ea2592fb899d6339c1e299aa9eeb.zip |
Added `tsch change` command
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8,7 +8,6 @@ - [X] Session hijacking - [X] Generate random name/path - [X] Output -- [ ] Add more trigger types - [ ] 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 @@ -46,6 +45,14 @@ - [ ] Add Go tests - [ ] ability to specify multiple targets +### TSCH + +- [ ] Add more trigger types + +### SCMR + +- [ ] `psexec` with PsExeSVC.exe AND NOT Impacket's RemCom build - https://sensepost.com/blog/2025/psexecing-the-right-way-and-why-zero-trust-is-mandatory/ + ### DCOM - [ ] ShellWindows & ShellBrowserWindow |