From ad5b1e00e64f1bfa1ee7d51b9e7f86c1f3c00fca Mon Sep 17 00:00:00 2001 From: puzzlepeaches <8538866+puzzlepeaches@users.noreply.github.com> Date: Sun, 18 Jul 2021 06:11:15 -0500 Subject: [PATCH] Updated install commands and formatting --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96803f31..c39b6b9b 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,17 @@ Apollo is a Windows agent written in C# using the 4.0 .NET Framework designed to ## Installation To install Apollo, you'll need Mythic installed on a remote computer. You can find installation instructions for Mythic at the [Mythic project page](https://github.com/its-a-feature/Mythic/). -From the Mythic install root, run the command: +From the Mythic install directory, use the following command to install Apollo as the **root** user: -`./mythic-cli payload install github https://github.com/MythicAgents/Apollo.git` +``` +./mythic-cli payload install github https://github.com/MythicAgents/Apollo.git +``` + +From the Mythic install directory, use the following command to install Apollo as a **non-root** user: + +``` +sudo -E ./mythic-cli payload install github https://github.com/MythicAgents/Apollo.git +``` Once installed, restart Mythic to build a new agent.