Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inception time with RDP #11

Open
lorentzenman opened this issue Jun 28, 2022 · 0 comments
Open

Inception time with RDP #11

lorentzenman opened this issue Jun 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lorentzenman
Copy link
Owner

You can assign an RDP session and then call subtasks on it, but it would be great to fully extend this.
Imagine the following chain:

  • RDP HOST1 ->
  • CommandShell Tasks ->
  • RDP HOST2 ->
  • CommandShell Tasks, PowerShell tasks ->
  • Exit RDP HOST2 ->
  • RDP HOST 1 -> PowerShell Task.
  • Exit

In other words, RDP to one host, running some commands, then RDP to the next host, do more stuff, exit this, continue with stuff on first host. It basically emulates a jumpbox/bastion.

Current Structure

It looks like most of the logic is already there, I just need to refactor so that the subtasks are attached and tracked to each RDP task assignment, it seems to be more global atm. It sort of works already, but it's not always clear what is doing what and seems much more obvious in the JSON profile.

This needs a bit of testing and checking the relevant code classes.

@lorentzenman lorentzenman added the enhancement New feature or request label Jun 28, 2022
@lorentzenman lorentzenman self-assigned this Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant