Skip to content

Starting Ghosts #86

Answered by sei-dupdyke
TheDyingYAK asked this question in Q&A
Jun 8, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

We typically do this as part of a powershell startup script that logs on a particular user, this is the function that starts the exe:

function Start-Ghosts() {
	Set-Location -Path c:\step\ghosts
	Start-Process ghosts.exe -WindowStyle Hidden
}

We are working on a tool that we'll likely eventually OSS that has different agents log into different machines. This requires a management machine to send login commands, of course.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TheDyingYAK
Comment options

@kchen1023
Comment options

@sei-dupdyke
Comment options

Answer selected by TheDyingYAK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants