diff options
-rw-r--r-- | TODO.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -27,12 +27,6 @@ - [ ] WMI `reg` subcommand - read & edit the registry - [ ] File transfer functionality -### WinRM - -- [ ] Add basic WinRM module - https://github.com/bryanmcnulty/winrm - - [ ] File transfer functionality - - [ ] Shell functionality - ### Other - [X] Add proxy support - see https://github.com/oiweiwei/go-msrpc/issues/21 @@ -45,4 +39,10 @@ - [ ] Add Go tests - [ ] ability to specify multiple targets -- [ ] Standardize modules to interface for future use
\ No newline at end of file +- [ ] Standardize modules to interface for future use + +### WinRM + +- [ ] Add basic WinRM module - https://github.com/bryanmcnulty/winrm + - [ ] File transfer functionality + - [ ] Shell functionality
\ No newline at end of file |