Skip to content

Commit

Permalink
Merge pull request #466 from nblair2/patch-1
Browse files Browse the repository at this point in the history
Update documentation for windows install
  • Loading branch information
sei-dupdyke authored Nov 21, 2024
2 parents d691c45 + 7d748d0 commit dfb3417
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/core/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ GHOSTS on Windows (supporting Win7, 10, 11, and corresponding server versions) i

### Windows Installation

- Ensure the [Microsoft DotNet 4.6.1 runtime](https://dotnet.microsoft.com/download/dotnet-framework/net47) is installed.
- Ensure the [Microsoft DotNet 4.6.1 runtime](https://go.microsoft.com/fwlink/?LinkId=2099467) is installed.
- [Download the latest client](https://github.com/cmu-sei/GHOSTS/releases/latest) and unzip it to `c:\exercise\ghosts`.
- Adjust `config/application.json` to point to your API server.
- Run the executable at `c:\exercise\ghosts\ghosts.exe` to setup and start GHOSTS.

???+ info "Additional configuration required for web browsing"
For Firefox or Chrome web browsing, download the appropriate automation driver: [Geckodriver](https://github.com/mozilla/geckodriver/releases) for Firefox or [Chromedriver](https://chromedriver.chromium.org/downloads) for Chrome.

???+ info "Additional configuration required for email"
Email functions require the [Redemption library](http://www.dimastr.com/redemption/home.htm) found in `/lib` this provides Outlook automation.

???+ info "Additional configuration required for RDP"
RDP Handlers require [registering AutoIt dlls](https://github.com/cmu-sei/GHOSTS/issues/429#issuecomment-2403269945).

## Linux Client

GHOSTS on Linux requires the [Microsoft dotnetcore runtime version 8.0](https://dotnet.microsoft.com/download). We have tested with Ubuntu 24.04 using the [snap instructions here](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu-install?pivots=os-linux-ubuntu-2404&tabs=dotnet8), but other distributions should work.
Expand Down

0 comments on commit dfb3417

Please sign in to comment.