From 8aca42747da6cf2b0def7edede94586f6b3258e8 Mon Sep 17 00:00:00 2001 From: MatthewGeneNavarro <85688959+MatthewGeneNavarro@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:59:24 -0500 Subject: [PATCH] Update client.md (#732) renamed the title from Client to CLI Client (LEGACY) and added a note for users to use Starkiller. --- docs/quickstart/configuration/client.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/configuration/client.md b/docs/quickstart/configuration/client.md index 8b5061c88..22d0f294f 100644 --- a/docs/quickstart/configuration/client.md +++ b/docs/quickstart/configuration/client.md @@ -1,4 +1,7 @@ -# Client +# CLI Client (LEGACY) + +[!NOTE] +> The CLI Client was the first interface created for the Empire C2 suite but is no longer the recommended method of interacting with the Empire server. Starkiller has replaced the CLI client as a modern interface and is now the recommend method of interacting with the Empire server. The Client configuration is managed via [empire/client/config.yaml](https://github.com/BC-SECURITY/Empire/blob/master/empire/client/config.yaml).