-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
184 lines (163 loc) · 6.5 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
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
site_name: Pr1m3d Team Blog
site_url: "https://pr1m3dctf.github.io/blog"
site_description: "Pr1m3d Team Blog"
site_author: "Pr1m3d"
repo_name: 'Pr1m3dCTF/blog'
edit_uri: 'blob/master/docs/'
repo_url: 'https://github.com/Pr1m3dCTF/blog'
theme:
name: material
palette:
# Palette toggle for dark mode
- scheme: mydark
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- scheme: mylight
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs # Enables top navigation
- content.code.copy
- content.code.select
- content.code.annotate
- navigating.sections
- search.suggest
- search.highlight
- search.share
- navigation.path
- navigation.top
# - navigation.expand
- navigation.indexes
- content.code.copy
- content.code.select
- navigation.instant.preview
# extensions:
# - material.extensions.preview
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
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
# - material.extensions.preview:
# configurations:
# - targets:
# include:
# - Blog-Posts/Android-Stack-Overflow-Exploitation-with-Frida/index.md
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- assets/js/extra.js
plugins:
- glightbox
- search
# - git-authors
- tags:
title: Pr1m3d Team Blog
description: Welcome To Pr1m3d Team Blogs
# image: docs/favicon.png
# - social:
# cards: true
# # cards_layout: default
nav:
- Home:
- index.md
- Research: Researches/
- Blog Post: Blog-Posts/
- CVE: CVE/
- CTF: CTF/
- Contact Us: Contact-Us/
- About Us: About-Us/
- Research: Researches/
- Blog Post:
- Blog-Posts/index.md
- Android Stack Overflow Exploitation with Frida: Blog-Posts/Android-Stack-Overflow-Exploitation-with-Frida.md
- Analyzing MSFVenom Android Payload: Blog-Posts/Msfvenom-Android-Malware-Analysis.md
- HTB Busqueda Machine Writeup: Blog-Posts/HTB-Busqueda-Machine-Writeup.md
- PWN - Stack binary exploiting Writeup: Blog-Posts/PWN-Stack-binary-exploiting-Writeup.md
- CVE:
- CVE/index.md
- Stored XSS in Email Body of SmarterMail (CVE-2023-48114) : CVE/CVE-2023-48114.md
- Stored DOM XSS in Email Body of SmarterMail (CVE-2023-48115): CVE/CVE-2023-48115.md
- Stored XSS in Calendar component of SmarterMail (CVE-2023-48116): CVE/CVE-2023-48116.md
- CTF:
- CTF/index.md
- writeups:
- 2023:
- Cyber Apocalypse 2023:
- crypto:
- inside the matrix: CTF/writeups/2023/cyber-apocalypse-2023/crypto/inside_the_matrix.md
- multipage recyclings: CTF/writeups/2023/cyber-apocalypse-2023/crypto/multipage_recyclings.md
- perfect synchronization: CTF/writeups/2023/cyber-apocalypse-2023/crypto/perfect_synchronization.md
- small steps: CTF/writeups/2023/cyber-apocalypse-2023/crypto/small_steps.md
- blockchain:
- navigating the unknown: CTF/writeups/2023/cyber-apocalypse-2023/blockchain/navigating_the_unknown.md
- shooting 101: CTF/writeups/2023/cyber-apocalypse-2023/blockchain/shooting_101.md
- web:
- passman: CTF/writeups/2023/cyber-apocalypse-2023/web/passman.md
- hardware:
- hm74: CTF/writeups/2023/cyber-apocalypse-2023/hardware/hm74.md
- forensics:
- packet cyclone: CTF/writeups/2023/cyber-apocalypse-2023/forensics/packet_cyclone.md
- 2024:
- Snapp CTF 2024:
- CTF/writeups/2024/Snapp-ctf-2024/index.md
- crypto:
- Cryptos: CTF/writeups/2024/Snapp-ctf-2024/crypto/Cryptos.md
- Bombastic: CTF/writeups/2024/Snapp-ctf-2024/crypto/Bombastic.md
- Blex: CTF/writeups/2024/Snapp-ctf-2024/crypto/Blex.md
- Grail: CTF/writeups/2024/Snapp-ctf-2024/crypto/Grail.md
- pwn:
- Snapp admin: CTF/writeups/2024/Snapp-ctf-2024/pwn/snapp_admin.md
- Snapp shell: CTF/writeups/2024/Snapp-ctf-2024/pwn/snapp_shell.md
- rev:
- Visits: CTF/writeups/2024/Snapp-ctf-2024/rev/visits.md
- TurnOB: CTF/writeups/2024/Snapp-ctf-2024/rev/turnob.md
- Blink: CTF/writeups/2024/Snapp-ctf-2024/rev/blink.md
- web:
- Snapp cat: CTF/writeups/2024/Snapp-ctf-2024/web/snapp_cat.md
- Snapp fal: CTF/writeups/2024/Snapp-ctf-2024/web/snapp_fal.md
- welcome: CTF/writeups/2024/Snapp-ctf-2024/web/welcome.md
- forensics:
- Snapp Report: CTF/writeups/2024/Snapp-ctf-2024/forensics/snapp_report.md
- osint:
- Snapp Records: CTF/writeups/2024/Snapp-ctf-2024/osint/snapp_records.md
- Snapp Bounties: CTF/writeups/2024/Snapp-ctf-2024/osint/snapp_bounties.md
- Snapp Customers: CTF/writeups/2024/Snapp-ctf-2024/osint/snapp_customers.md
- Snapp Saving: CTF/writeups/2024/Snapp-ctf-2024/osint/snapp_saving.md
- Cyber Apocalypse 2024:
- crypto:
- Permuted: CTF/writeups/2024/Cyber-Apocalypse-2024/crypto/permuted.md
- blockchain:
- Lucky Facucet: CTF/writeups/2024/Cyber-Apocalypse-2024/blockchain/luckyfaucet.md
- Russian Roulette: CTF/writeups/2024/Cyber-Apocalypse-2024/blockchain/russianroulette.md
- Ledger Heist: CTF/writeups/2024/Cyber-Apocalypse-2024/blockchain/ledgerheist.md
- Just CTF 2024:
- blockchain: CTF/writeups/2024/JustCTF2024/blockchain/blockchains.md
- 2025:
- Cyber Apocalypse 2025:
- CTF/writeups/2025/Cyber-Apocalypse-2025/index.md
- crypto:
- Twin Oracle: CTF/writeups/2025/Cyber-Apocalypse-2025/crypto/twin-oracle.md
- Contact Us: Contact-Us/
- About Us: About-Us/
extra_css:
- assets/css/extra.css
# extra:
# git_authors:
# exclude_emails: # List of emails to exclude from the authorship info
# - "[email protected]"
# include_coauthors: true # Include co-authors from commits