-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
111 lines (102 loc) · 3.77 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
site_name: "Pr1m3d CTF writeups"
site_url: "https://Pr1m3dCTF.github.io/writeups"
site_description: "Pr1m3d CTF Team writeups"
site_author: "Pr1m3d CTF Team"
repo_name: 'Pr1m3dCTF/writeups'
edit_uri: 'blob/master/docs/'
repo_url: 'https://github.com/Pr1m3dCTF/writeups'
theme:
name: material
palete:
primary: green
accent: blue
features:
- content.code.copy
- content.code.select
- content.code.annotate
- navigating.tabs
- navigating.sections
- navigating.top
- search.suggest
- search.highlight
favicon: favicon.png
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- glightbox
- search
- tags:
title: Pr1m3d CTF writeups
description: Here we publish some of our writeups for CTF contests
image: docs/favicon.png
- social:
cards: true
# cards_layout: default
nav:
- 2023:
- Cyber Apocalypse 2023:
- crypto:
- inside the matrix: 2023/cyber-apocalypse-2023/crypto/inside_the_matrix.md
- multipage recyclings: 2023/cyber-apocalypse-2023/crypto/multipage_recyclings.md
- perfect synchronization: 2023/cyber-apocalypse-2023/crypto/perfect_synchronization.md
- small steps: 2023/cyber-apocalypse-2023/crypto/small_steps.md
- blockchain:
- navigating the unknown: 2023/cyber-apocalypse-2023/blockchain/navigating_the_unknown.md
- shooting 101: 2023/cyber-apocalypse-2023/blockchain/shooting_101.md
- web:
- passman: 2023/cyber-apocalypse-2023/web/passman.md
- hardware:
- hm74: 2023/cyber-apocalypse-2023/hardware/hm74.md
- forensics:
- packet cyclone: 2023/cyber-apocalypse-2023/forensics/packet_cyclone.md
- 2024:
- Snapp CTF 2024:
- crypto:
- Cryptos: 2024/Snapp-ctf-2024/crypto/Cryptos.md
- Bombastic: 2024/Snapp-ctf-2024/crypto/Bombastic.md
- Blex: 2024/Snapp-ctf-2024/crypto/Blex.md
- Grail: 2024/Snapp-ctf-2024/crypto/Grail.md
- pwn:
- Snapp admin: 2024/Snapp-ctf-2024/pwn/snapp_admin.md
- Snapp shell: 2024/Snapp-ctf-2024/pwn/snapp_shell.md
- rev:
- Visits: 2024/Snapp-ctf-2024/rev/visits.md
- TurnOB: 2024/Snapp-ctf-2024/rev/turnob.md
- Blink: 2024/Snapp-ctf-2024/rev/blink.md
- web:
- Snapp cat: 2024/Snapp-ctf-2024/web/snapp_cat.md
- Snapp fal: 2024/Snapp-ctf-2024/web/snapp_fal.md
- welcome: 2024/Snapp-ctf-2024/web/welcome.md
- forensics:
- Snapp Report: 2024/Snapp-ctf-2024/forensics/snapp_report.md
- osint:
- Snapp Records: 2024/Snapp-ctf-2024/osint/snapp_records.md
- Snapp Bounties: 2024/Snapp-ctf-2024/osint/snapp_bounties.md
- Snapp Customers: 2024/Snapp-ctf-2024/osint/snapp_customers.md
- Snapp Saving: 2024/Snapp-ctf-2024/osint/snapp_saving.md
- Cyber Apocalypse 2024:
- crypto:
- Permuted: 2024/Cyber-Aplocalypse-2024/crypto/permuted.md
- blockchain:
- Lucky Facucet: 2024/Cyber-Aplocalypse-2024/blockchain/luckyfaucet.md
- Russian Roulette: 2024/Cyber-Aplocalypse-2024/blockchain/russianroulette.md
- Ledger Heist: 2024/Cyber-Aplocalypse-2024/blockchain/ledgerheist.md
- Just CTF 2024:
- blockchain: 2024/JustCTF2024/blockchain/blockchains.md