-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
165 lines (158 loc) · 6.46 KB
/
Copy pathmkdocs.yml
File metadata and controls
165 lines (158 loc) · 6.46 KB
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
site_name: Yxène
site_url: https://yxene.com
repo_url: https://github.com/Yxene/yxene.github.io
site_description: "Yxène's website ! You can find my writeups and challenges here."
theme:
name: material
custom_dir: overrides
icon:
logo: fontawesome/regular/flag
admonition:
warning: material/alert
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: teal
accent: indigo
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: Switch to system preference
primary: amber
accent: amber
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top
- content.code.copy
markdown_extensions:
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets:
base_path: .
check_paths: true
- pymdownx.highlight:
auto_title: true
linenums: true
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Yxene
- icon: simple/rootme
link: https://www.root-me.org/Yxene
plugins:
- git-revision-date-localized:
enable_creation_date: true
- search
nav:
- Home: README.md
- Writeups:
- writeups/README.md
- TryHackMe:
- writeups/tryhackme/README.md
- Valley: writeups/tryhackme/valley/README.md
- RootMe: writeups/tryhackme/rootme/README.md
- Cheese CTF: writeups/tryhackme/cheese-ctf/README.md
- Agent Sudo: writeups/tryhackme/agent-sudo/README.md
- Startup: writeups/tryhackme/startup/README.md
- Publisher: writeups/tryhackme/publisher/README.md
- FCSC:
- writeups/fcsc/README.md
- Petite Frappe: writeups/fcsc/petite-frappe/README.md
- Layer Cake: writeups/fcsc/layer-cake/README.md
- Meme Generator: writeups/fcsc/meme-generator/README.md
- CryptoLocker v1: writeups/fcsc/cryptolocker-v1/README.md
- Prechall 2026: writeups/fcsc/prechall-2026/README.md
- UnitedCTF:
- writeups/unitedctf/README.md
- ARPacadabra: writeups/unitedctf/arpacadabra/README.md
- CryptoHack:
- writeups/cryptohack/README.md
- JSON in JSON: writeups/cryptohack/json-in-json/README.md
- Midnight Flag CTF:
- writeups/midnight-flag-ctf/README.md
- Revenant: writeups/midnight-flag-ctf/revenant/README.md
- My Challenges:
- my-challenges/README.md
- 24@CTF 2024:
- my-challenges/24hctf-2024/README.md
- SteganOsint 1:
- my-challenges/24hctf-2024/steganosint-1/README.md
- Solution: my-challenges/24hctf-2024/steganosint-1/solution/README.md
- SteganOsint 2:
- my-challenges/24hctf-2024/steganosint-2/README.md
- Solution: my-challenges/24hctf-2024/steganosint-2/solution/README.md
- Sur les traces de Scofield 1:
- my-challenges/24hctf-2024/sur-les-traces-de-scofield-1/README.md
- Solution: my-challenges/24hctf-2024/sur-les-traces-de-scofield-1/solution/README.md
- Sur les traces de Scofield 2:
- my-challenges/24hctf-2024/sur-les-traces-de-scofield-2/README.md
- Solution: my-challenges/24hctf-2024/sur-les-traces-de-scofield-2/solution/README.md
- Sur les traces de Scofield 3:
- my-challenges/24hctf-2024/sur-les-traces-de-scofield-3/README.md
- Solution: my-challenges/24hctf-2024/sur-les-traces-de-scofield-3/solution/README.md
- UnitedCTF 2024:
- my-challenges/unitedctf-2024/README.md
- Fortune L33t3r 1:
- my-challenges/unitedctf-2024/fortune-l33t3r-1/README.md
- Solution: my-challenges/unitedctf-2024/fortune-l33t3r-1/solution/README.md
- Fortune L33t3r 2:
- my-challenges/unitedctf-2024/fortune-l33t3r-2/README.md
- Solution: my-challenges/unitedctf-2024/fortune-l33t3r-2/solution/README.md
- Mois de la cyber 2024:
- my-challenges/mois-de-la-cyber-2024/README.md
- Katherin Stallings a disparu 1: my-challenges/mois-de-la-cyber-2024/katherin-stallings-a-disparu-1/README.md
- Katherin Stallings a disparu 2: my-challenges/mois-de-la-cyber-2024/katherin-stallings-a-disparu-2/README.md
- Katherin Stallings a disparu 3: my-challenges/mois-de-la-cyber-2024/katherin-stallings-a-disparu-3/README.md
- h0h0h0day CTF 2024:
- my-challenges/h0h0h0day-ctf-2024/README.md
- Dialing To Merry Festivities: my-challenges/h0h0h0day-ctf-2024/dialing-to-merry-festivities/README.md
- PolyPwn 2025:
- my-challenges/polypwn-2025/README.md
- TitaNIC:
- my-challenges/polypwn-2025/titanic/README.md
- Solution: my-challenges/polypwn-2025/titanic/solution/README.md
- UnitedCTF 2025:
- my-challenges/unitedctf-2025/README.md
- Disco Maghreb - Intro:
- my-challenges/unitedctf-2025/disco-maghreb-1/README.md
- Solution: my-challenges/unitedctf-2025/disco-maghreb-1/solution/README.md
- Disco Maghreb - Catalogue:
- my-challenges/unitedctf-2025/disco-maghreb-2/README.md
- Solution: my-challenges/unitedctf-2025/disco-maghreb-2/solution/README.md
- Disco Maghreb - Paroldle:
- my-challenges/unitedctf-2025/disco-maghreb-3/README.md
- Solution: my-challenges/unitedctf-2025/disco-maghreb-3/solution/README.md
- PolyPwn 2026:
- my-challenges/polypwn-2026/README.md
- Concealed Warehouse:
- my-challenges/polypwn-2026/concealed-warehouse/README.md
- Solution: my-challenges/polypwn-2026/concealed-warehouse/solution/README.md
- Wireless Whispers:
- my-challenges/polypwn-2026/wireless-whispers/README.md
- Solution: my-challenges/polypwn-2026/wireless-whispers/solution/README.md
- Secret inVisible Gallery:
- my-challenges/polypwn-2026/secret-invisible-gallery/README.md
- Solution: my-challenges/polypwn-2026/secret-invisible-gallery/solution/README.md
- Labo-rinthe:
- my-challenges/polypwn-2026/labo-rinthe/README.md
- Solution: my-challenges/polypwn-2026/labo-rinthe/solution/README.md