-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathmkdocs.yml
143 lines (141 loc) · 4.35 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: GHOSTS Documentation
site_description: "GHOSTS is a framework for simulating human behaviors on a network."
site_author: "GHOSTS Team"
copyright: >
Copyright © 2017 Carnegie Mellon University. All rights reserved.
extra_css:
- stylesheets/extra.css
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- toc.integrate
logo: assets/img/ghosts_new.png
favicon: assets/img/ghosts_new.png
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: purple
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: purple
markdown_extensions:
# Python Markdown
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
# Python Markdown Extensions
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra:
analytics:
provider: google
property: G-QXR9QHNERH
social:
- icon: material/message-question
link: https://github.com/cmu-sei/GHOSTS/issues/new?template=question.md
name: Ask a Question
- icon: fontawesome/solid/bug
link: https://github.com/cmu-sei/GHOSTS/issues/new?template=bug_report.md
name: Report a Problem
- icon: material/lightbulb-on
link: https://github.com/cmu-sei/GHOSTS/issues/new?template=feature_request.md
name: Request a Feature
- icon: fontawesome/regular/comments
link: https://github.com/cmu-sei/GHOSTS/discussions
name: SSVC Community Discussions
- icon: fontawesome/brands/github
link: https://github.com/cmu-sei/GHOSTS
name: cmu-sei/GHOSTS on Github
- icon: fontawesome/regular/envelope
link: mailto:[email protected]?subject=GHOSTS%20Feedback
name: Email GHOSTS Team
- icon: fontawesome/solid/house
link: https://www.sei.cmu.edu/
name: Software Engineering Institute
nav:
- Home: index.md
- What's New: new.md
- Quick Start: quickstart.md
- Client:
- core/client.md
- core/lite.md
- Client Handlers:
- Basic Configuration: core/handlers.md
- Clicks: core/handlers/clicks.md
- Cmd: core/handlers/cmd.md
- Notepad: core/handlers/notepad.md
- NPCSystem: core/handlers/npc_system.md
- Office:
- Excel: core/handlers/excel.md
- Outlook: core/handlers/outlook.md
- PowerPoint: core/handlers/powerpoint.md
- Word: core/handlers/word.md
- Pidgin: core/handlers/pidgin.md
- Print: core/handlers/print.md
- RDP: core/handlers/rdp.md
- Reboot: core/handlers/reboot.md
- Sftp: core/handlers/sftp.md
- Ssh: core/handlers/ssh.md
- Watcher: core/handlers/watcher.md
- Web Browsers (Firefox|Chrome): core/handlers/browser.md
- Web Browser Helper Functions:
- Blogs/Drupal: core/handlers/blog_helper.md
- Sharepoint: core/handlers/sharepoint_helper.md
- Wmi: core/handlers/wmi.md
- API:
- core/api.md
- Capabilities:
- Managing Timelines: core/api/timelines.md
- Grafana: core/grafana.md
- UI:
- core/ui.md
- Animations:
- animator/index.md
- Animation Jobs: animator/jobs.md
- Running Animations: animator/run.md
- Content Servers:
- content/index.md
- Pandora: content/pandora.md
- Pandora Social: content/social.md
- Shadows LLM API:
- shadows/index.md
# - Advanced:
# - advanced/index.md
# - Cyclone: advanced/cyclone.md
# - Enchanter (Keysender): advanced/enchanter.md
# - Necromancer: advanced/necromancer.md
repo_url: "https://github.com/cmu-sei/GHOSTS"
repo_name: "cmu-sei/GHOSTS"