forked from open-education-hub/essentials-security
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml
309 lines (300 loc) · 13.3 KB
/
config.yaml
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
stages:
- make_assets
- embed_reveal
- docusaurus
build_dir: /build
output_type: last
output_dir: /output
make_assets:
plugin: command
options:
command: make
locations:
- chapters/binary-introduction/application-lifetime/slides
- chapters/binary-introduction/assembly-language/slides
- chapters/binary-introduction/binary-analysis/slides
- chapters/binary-introduction/taming-the-stack/slides
- chapters/binary-introduction/overview/slides
- chapters/data/data-representation/slides
- chapters/data/overview/slides
- chapters/demystifying-web/explaining-the-internet/slides
- chapters/demystifying-web/hacking-the-web/slides
- chapters/demystifying-web/rediscovering-the-browser/slides
- chapters/demystifying-web/overview/slides
- chapters/scratch-linux/system-exploration/slides
- chapters/scratch-linux/welcome-to-linux/slides
- chapters/scratch-linux/overview/slides
args:
- all
embed_reveal:
plugin: reveal_embed
options:
target: docusaurus
extension: mdx
build:
assembly-language: assembly-language
binary-analysis: binary-analysis
taming-the-stack: taming-the-stack
application-lifetime: application-lifetime
data-representation: data-representation
data-security: data-security
explaining-the-internet: explaining-the-internet
hacking-the-web: hacking-the-web
rediscovering-the-browser: rediscovering-the-browser
system-exploration: system-exploration
welcome-to-linux: welcome-to-linux
docusaurus:
plugin: docusaurus
options:
course_name: Essentials Security
sidebar: js
structure:
- Scratch Linux:
- Welcome to Linux:
path: chapters/scratch-linux/welcome-to-linux/
extra:
- media/
subsections:
- Reading:
path: reading/
subsections:
- Introduction: introduction.md
- Working with Linux: working-with-linux.md
- Enter Python: enter-python.md
- Summary: summary.md
- Activities: activities.md
- Further Reading: further-reading.md
- Drills:
path: drills/
subsections:
- Tasks:
path: tasks/
subsections:
- In Your Face/: in-your-face/README.md
- Did You Look Everywhere/: did-you-look-everywhere/README.md
- What is Running/: whats-running/README.md
- Quick Mafs/: quick-mafs/README.md
- Jumbled/: jumbled/README.md
- System Exploration:
path: chapters/scratch-linux/system-exploration/
subsections:
- Reading:
path: reading/
subsections:
- Introduction: introduction.md
- Exploration tools: exploration-tools.md
- File inspection: file-inspection.md
- Summary: summary.md
- Further reading: further-reading.md
- Guides:
path: guides/
subsections:
- Doge: doge/README.md
- Drills:
path: drills/
subsections:
- Tasks:
path: tasks/
subsections:
- Empty Files/: empty-files/README.md
- Find us if you can/: find-us-if-you-can/README.md
- Not your doge/: not-your-doge/README.md
- Surgical precision/: surgical-precision/README.md
- Demystifying the Web:
- Explaining the Internet:
path: chapters/demystifying-web/explaining-the-internet/
extra:
- media/
subsections:
- Reading:
path: reading/
subsections:
- Introduction: introduction.md
- Internet Overview: internet-overview.md
- Layers: layers.md
- Routers: routers.md
- URLs: urls.md
- DNS: dns.md
- Transport Layer: transport-layer.md
- Application Layer: application-layer.md
- Summary: summary.md
- Further Reading: further-reading.md
- Drills:
path: drills/
subsections:
- Tasks:
path: tasks/
subsections:
- Who is 111/: who-is-111/README.md
- They See Me Running/: they-see-me-running/README.md
- Unaccessible/: unaccessible/README.md
- Pinger/: pinger/README.md
- Re-Discovering the Browser:
path: chapters/demystifying-web/rediscovering-the-browser/
extra:
- media/
subsections:
- Reading:
path: reading/
subsections:
- Introduction: introduction.md
- Triple A\'s: triple-a.md
- Hyper Text Transfer Protocol: http.md
- Browsers: browsers.md
- Summary: summary.md
- Further Reading: further-reading.md
- Drills:
path: drills/
subsections:
- Tasks:
path: tasks/
subsections:
- Cockroach/: cockroach/README.md
- Give to Get/: give-to-get/README.md
- Eyes/: eyes/README.md
- Give to Post/: give-to-post/README.md
- King Kong/: king-kong/README.md
- Name/: name/README.md
- Gimme/: gimme/README.md
- Surprise/: surprise/README.md
- Guides:
path: guides/
subsections:
- Readme/: readme/README.md
- One more Pinger/: one-more-pinger/README.md
- Hacking the Web:
path: chapters/demystifying-web/hacking-the-web/
extra:
- media/
subsections:
- Reading:
path: reading/
subsections:
- Introduction: introduction.md
- Cookies: cookies.md
- Developer Tools: developer-tools.md
- Sessions: sessions.md
- Web Attacks: web-attacks.md
- Summary: summary.md
- Further Reading: further-reading.md
- Drills:
path: drills/
subsections:
- Tasks:
path: tasks/
subsections:
- Beep Beep Boop/: beep-beep-boop/README.md
- Colours/: colours/README.md
- Great Names/: great-names/README.md
- Nobody loves me/: nobody-loves-me/README.md
- One by One/: one-by-one/README.md
- Produce-Consume/: produce-consume/README.md
- Traverse the Universe/: traverse-universe/README.md
- Guides:
path: guides/
subsections:
- Chef Hacky McHack/: chef-hacky-mchack/README.md
- Data:
- Data Representation:
path: chapters/data/data-representation/
subsections:
- Reading: reading/README.md
- Data Security:
path: chapters/data/data-security/
extra:
- media/
subsections:
- Reading:
- Introduction: reading/introduction.md
- Exclusive Or (XOR): reading/xor-encrpytion.md
- Symmetric Cryptography: reading/symmetric-cryptography.md
- Asymmetric Cryptography: reading/asymmetric-cryptography.md
- Drills:
path: drills/
subsections:
- Tasks:
path: tasks/
subsections:
- Caesar Cipher/: caesar-cipher/README.md
- Xor Encryption/: xor-encryption/README.md
- AES CBC/: aes-cbc/README.md
- Binary Introduction:
- Application Lifetime:
path: chapters/binary-introduction/application-lifetime/
extra:
- media/
subsections:
- Reading: reading/README.md
- Binary Analysis:
path: chapters/binary-introduction/binary-analysis/
subsections:
- Reading:
- Introduction: reading/introduction.md
- Static Analysis: reading/static-analysis.md
- Dynamic Analysis: reading/dynamic-analysis.md
- Summary: reading/summary.md
- Drills:
- Tasks:
- Easy to spot/: drills/tasks/easy-to-spot/README.md
- Ghidra killer/: drills/tasks/ghidra-killer/README.md
- Packaging is important/: drills/tasks/packaging-is-important/README.md
- Spaghetti/: drills/tasks/spaghetti/README.md
- Assembly Language:
path: chapters/binary-introduction/assembly-language/
extra:
- media/
subsections:
- Reading:
- Introduction: reading/introduction.md
- Registers: reading/registers.md
- Assembly Instructions: reading/assembly-instructions.md
- Dereferencing Addresses: reading/dereferencing-addresses.md
- Reading Assembly: reading/reading-assembly.md
- Summary: reading/summary.md
- Further Reading: reading/further-reading.md
- Drills:
- Tasks:
- In Plain Assembly/: drills/tasks/in-plain-assembly/README.md
- Gotta Link Em All/: drills/tasks/gotta-link-em-all/README.md
- Jump Maze/: drills/tasks/jump-maze/README.md
- Crypto/: drills/tasks/crypto/README.md
- Call Me Little Sunshine/: drills/tasks/call-me-little-sunshine/README.md
- Taming the Stack:
path: chapters/binary-introduction/taming-the-stack/
extra:
- media/
subsections:
- Reading:
path: reading/
subsections:
- Introduction: introduction.md
- Data, Data everywhere: data-data-everywhere.md
- Stack: stack.md
- Functions and the Stack: functions-and-the-stack.md
- Summary: summary.md
- Further Reading: further-reading.md
- Guides:
path: guides/
subsections:
- Function Calls/: function-calls/README.md
static_assets:
- application-lifetime: /build/make_assets/chapters/binary-introduction/application-lifetime/slides/_site
- assembly-language: /build/make_assets/chapters/binary-introduction/assembly-language/slides/_site
- binary-analysis: /build/make_assets/chapters/binary-introduction/binary-analysis/slides/_site
- taming-the-stack: /build/make_assets/chapters/binary-introduction/taming-the-stack/slides/_site
- data-representation: /build/make_assets/chapters/data/data-representation/slides/_site
- explaining-the-internet: /build/make_assets/chapters/demystifying-web/explaining-the-internet/slides/_site
- hacking-the-web: /build/make_assets/chapters/demystifying-web/hacking-the-web/slides/_site
- rediscovering-the-browser: /build/make_assets/chapters/demystifying-web/rediscovering-the-browser/slides/_site
- welcome-to-linux: /build/make_assets/chapters/scratch-linux/welcome-to-linux/slides/_site
- system-exploration: /build/make_assets/chapters/scratch-linux/system-exploration/slides/_site
config_meta:
title: Essentials Security
url: http://localhost/
baseUrl: /essentials-security/
onBrokenLinks: warn
onBrokenMarkdownLinks: warn
config_socials:
OCW: https://security.cs.pub.ro/summer-school/wiki/
Facebook: https://www.facebook.com/SSSUPB/
copyright_string: SSS Team