Skip to content

Commit

Permalink
Populating the name of the implant in the migrate request from the cl…
Browse files Browse the repository at this point in the history
…ient
  • Loading branch information
RafBishopFox committed Jan 2, 2024
1 parent dd2af38 commit 37d7395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/command/exec/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37d7395

Please sign in to comment.