Skip to content

Commit

Permalink
Merge pull request #45 from puzzlepeaches/patch-1
Browse files Browse the repository at this point in the history
Updated install commands and formatting
  • Loading branch information
djhohnstein authored Aug 5, 2021
2 parents 065d985 + ad5b1e0 commit db251ef
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit db251ef

Please sign in to comment.