From 37d7395f9137d59b6734e3b761f846296c246c7b Mon Sep 17 00:00:00 2001 From: Raf <84349012+RafBishopFox@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:37:23 -0500 Subject: [PATCH] Populating the name of the implant in the migrate request from the client --- client/command/exec/migrate.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/command/exec/migrate.go b/client/command/exec/migrate.go index 1a0e421ca5..d465ca1b82 100644 --- a/client/command/exec/migrate.go +++ b/client/command/exec/migrate.go @@ -81,6 +81,7 @@ func MigrateCmd(cmd *cobra.Command, con *console.SliverConsoleClient, args []str Config: config, Request: con.ActiveTarget.Request(cmd), Encoder: encoder, + Name: session.Name, }) ctrl <- true <-ctrl