You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ GHOSTS simulates what anyone might do at a computer, creating documents, browsin
4
4
5
5
GHOSTS has many use cases in cyber training and exercises, most notably for bringing non-player characters (NPCs) to life, but GHOSTS can be used for many other purposes where realistic activity on a computer is needed as well.
6
6
7
+
There is a [short demonstration video available on YouTube](https://www.youtube.com/watch?v=EkwK-cqwjjA) (3:03).
8
+
7
9
---
8
10
9
11
**Version 8 is here (with breaking changes!).** It has absorbed the other modules of the GHOSTS framework, [ANIMATOR (now archived)](https://github.com/cmu-sei/GHOSTS-ANIMATOR) and [SPECTRE (now archived)](https://github.com/cmu-sei/GHOSTS-SPECTRE). This was done in order to greatly simplify installation, configuration, and the administration of a GHOSTS instance, but also to bring further capability to the core agents by more tightly combining information segregated into separate databases and systems until now.
@@ -18,8 +20,6 @@ Sorry, but there is no upgrade path from previous versions — install a fresh i
18
20
19
21
---
20
22
21
-
There is a [short demonstration video available on YouTube](https://www.youtube.com/watch?v=EkwK-cqwjjA) (3:03).
22
-
23
23
## Key Links
24
24
25
25
-[Quick Start: Installation from distribution binaries](https://cmu-sei.github.io/GHOSTS/quickstart/)
@@ -46,6 +46,18 @@ The API server provides a way for clients to interact with the GHOSTS system and
46
46
- Get/manage information from clients regarding their previous or current activities, etc.
47
47
- Orchestrate new activities for particular clients to perform
48
48
49
+
### [Ghosts Lite](src/Ghosts.Client.Lite/)
50
+
51
+
A resource light version of the Windows GHOSTS client that can be run on minimal hardware.
52
+
53
+
### [Pandora Content Server](src/ghosts.pandora/)
54
+
55
+
A server that provides content to GHOSTS clients (or otherwise). Pandora determines what you most likely requested, creates that content, and serves it back in the response. Pandora also has the ability to serve predetermined static content for training and exercise purposes (and red-teaming).
0 commit comments