-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
312 lines (304 loc) · 11.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
312 lines (304 loc) · 11.6 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
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
310
311
312
# Project Information
site_name: Chictf-Writeups
site_author: YanhuiJessica
site_url: https://yanhuijessica.github.io/Chictf-Writeups/
copyright: Copyright © 2020 - 2025 YanhuiJessica
# Repository
repo_name: 'YanhuiJessica/Chictf-Writeups'
repo_url: https://github.com/YanhuiJessica/Chictf-Writeups
nav:
- 简介:
- 首页: index.md
- 如何参与: how_to_participate.md
- Misc:
- Unpleasant music: misc/unpleasant_music.md
- 一叶障目: misc/leaf_cover_eyes.md
- Difficult Programming Language: misc/difficult_programming_language.md
- 机密信息: misc/secret_information.md
- 藏藏藏: misc/hide_and_seek.md
- TARGZ-y1ng: misc/targz_y1ng.md
- gakki: misc/gakki.md
- HackerGame 2020:
- 从零开始的记账工具人: misc/account_bot.md
- 从零开始的火星文生活: misc/gibberish_message.md
- 自复读的复读机: misc/self_repeating_repeater.md
- 233 同学的字符串工具: misc/233_string_tool.md
- 233 同学的 Docker: misc/233_docker.md
- 来自一教的图片: misc/4f_system_middle.md
- 超基础的数理模拟器: misc/basic_math_simulator.md
- Stegano50: misc/stegano50.md
- NEWSCTF - !了反都,了反: misc/newsctf_all_reverse.md
- audio-frequency-stego: misc/audio_frequency_stego.md
- DeconstruCT.F 2021:
- Pirates: misc/pirates.md
- Teg Rads: misc/teg_rads.md
- HearingNotBelieving: misc/hearing_not_believing.md
- HackerGame 2021:
- 透明的文件: misc/transparent_file.md
- 加密的 U 盘: misc/encrypted_u_disk.md
- p😭q: misc/p_q.md
- 西湖论剑 2021:
- YUSA的小秘密: misc/yusa_little_secret.md
- Yusa的秘密: misc/yusa_secret.md
- Compress The Flag: misc/compress_the_flag.md
- s/<script>//gi: misc/s_script_gi.md
- Log 4 sanity check: misc/log4_sanity_check.md
- Bishop Duel: misc/bishop_duel.md
- Lighthouse: misc/lighthouse.md
- last digit: misc/last_digit.md
- HeroCTF 2023:
- Chm0d: misc/chm0d.md
- SUDOkLu: misc/sudoklu.md
- Web:
- 文件上传 JS 绕过: web/t_star_upload_bypass.md
- 小猫咪踩灯泡: web/t_star_tomcat.md
- CTFHub - 反射型 XSS: web/ctfhub_reflected_xss.md
- 主动: web/initiative.md
- Funhash: web/funhash.md
- XSS Game: web/xss_game.md
- Web php include: web/web_php_include.md
- CTFHub - Git 泄露: web/ctfhub_git_leakage.md
- NEWSCTF - easy_web: web/newsctf_easy_web.md
- Here's a Flag: web/heres_a_flag.md
- HackerGame 2021:
- 卖瓜: web/sale_melon.md
- FLAG 助力大红包: web/flag_red_packet.md
- 图之上的信息: web/info_above_graph.md
- Most Secure Crypto Algo: web/most_secure_crypto_algo.md
- 微积分计算小练习: web/calculus_calc_exercise.md
- Reverse / Pwn:
- EasyRe: reverse/easyre.md
- z3: reverse/z3.md
- NEWSCTF - re_signin: reverse/newsctf_re_signin.md
- when did you born: pwn/when_did_you_born.md
- Amnesia: pwn/amnesia.md
- it Sova: reverse/it_sova.md
- Crypto:
- bank: crypto/bank.md
- shanghai: crypto/shanghai.md
- easy_RSA: crypto/easy_rsa.md
- Normal_RSA: crypto/normal_rsa.md
- easy_ECC: crypto/easy_ecc.md
- fanfie: crypto/fanfie.md
- 转轮机加密: crypto/jefferson_disk.md
- 编码与调制: crypto/code_modulate.md
- CISCN - rsa: crypto/ciscn_rsa.md
- opisthocomus-hoazin: crypto/opisthocomus_hoazin.md
- Stars and Shapes: crypto/stars_and_shapes.md
- He Thrusts His Fists Against the Post: crypto/he_thrusts_his_fists_against_the_post.md
- PBCTF 2021:
- Alkaloid Stream: crypto/alkaloid_stream.md
- Steroid Stream: crypto/steroid_stream.md
- easyxor: crypto/easyxor.md
- HackerGame - Easy RSA: crypto/ustc_easy_rsa.md
- Baby MAC: crypto/baby_mac.md
- noteasy03: crypto/noteasy03.md
- Dealymaffs: crypto/dealymaffs.md
- Weird Programmer: crypto/weird_programmer.md
- X Factor: crypto/x_factor.md
- P(ai)^3: crypto/paiaiai.md
- Casino: crypto/casino.md
- Black Hole: crypto/black_hole.md
- Diophantine: crypto/diophantine.md
- Google CTF 2022:
- Cycling: crypto/cycling.md
- Maybe Someday: crypto/maybe_someday.md
- Dynamic RSA: crypto/dynamic_rsa.md
- corCTF 2022:
- exchanged: crypto/exchanged.md
- leapfrog: crypto/leapfrog.md
- shuffle128: crypto/shuffle128.md
- badkey1: crypto/badkey1.md
- random rabin: crypto/random_rabin.md
- Blockchain:
- Code is Law: blockchain/code_is_law.md
- Totally Secure Dapp: blockchain/totally_secure_dapp.md
- Cairo Reverse: blockchain/cairo_reverse.md
- TCTF NFT Market: blockchain/tctf_nft_market.md
- DownUnderCTF 2022:
- Secret and Ephemeral: blockchain/secret_and_ephemeral.md
- Private Log: blockchain/private_log.md
- 链上记忆大师: blockchain/hackergame/memory_master_on_the_chain.md
- Cookie Market: blockchain/cookie_market.md
- TetCTFToken: blockchain/tetctftoken.md
- realwrap: blockchain/realwrap.md
- evmvm: blockchain/evmvm.md
- HackTM CTF 2023:
- Dragon Slayer: blockchain/dragon_slayer.md
- Diamond Heist: blockchain/diamond_heist.md
- TealyMan: blockchain/tealyman.md
- Sailor's Revenge: blockchain/sailors_revenge.md
- SEETF 2023:
- 🎓 Murky SEEPass: blockchain/murky_seepass.md
- Operation Feathered Fortune Fiasco: blockchain/operation_feathered_fortune_fiasco.md
- Pigeon Bank: blockchain/pigeon_bank.md
- Pigeon Vault: blockchain/pigeon_vault.md
- CrewCTF 2023:
- positive: blockchain/positive.md
- infinite: blockchain/infinite.md
- deception: blockchain/deception.md
- tribunal: blockchain/tribunal.md
- Tokyo Payload: blockchain/tokyo_payload.md
- 链上猎手: blockchain/hackergame/chain_hunter.md
- Magic of solidity: blockchain/magic_of_solidity.md
- Paradigm CTF 2023:
- 100%: blockchain/paradigm/one_hundred_percent.md
- Dai++: blockchain/paradigm/dai_plus_plus.md
- Grains of Sand: blockchain/paradigm/grains_of_sand.md
- Enterprise Blockchain: blockchain/paradigm/enterprise_blockchain.md
- The Council of Apes: blockchain/the_council_of_apes.md
- MoveCTF 2024:
- Checkin: blockchain/movectf/checkin.md
- DynamicMatrixTraversal: blockchain/movectf/dynamic_matrix_traversal.md
- EasyGame: blockchain/movectf/easy_game.md
- UnnamedWeb3: blockchain/unnamedweb3.md
- SafeBridge: blockchain/safebridge.md
- Ethernaut CTF 2024:
- Wombo Combo: blockchain/ethernaut/wombo_combo.md
- Dutch 2: blockchain/ethernaut/dutch2.md
- Grey Cat The Flag 2024:
- Greyhats Dollar: blockchain/greyhats_dollar.md
- Escrow: blockchain/escrow.md
- Simple Amm Vault: blockchain/simple_amm_vault.md
- Voting Vault: blockchain/voting_vault.md
- Dreamhack Invitational 2024:
- 404Paymaster: blockchain/404paymaster.md
- .Hack Lending Market: blockchain/dot_hack_lending_market.md
- DAO: blockchain/r3dao.md
- Lustrous: blockchain/lustrous.md
- claim-guard: blockchain/claim_guard.md
- TON CTF 2024:
- Airdrop: blockchain/ton/airdrop.md
- Dex: blockchain/ton/dex.md
- 链上转账助手: blockchain/hackergame/chain_transfer_helper.md
- respectable_nft: blockchain/respectable_nft.md
- Restricted Proxy: blockchain/restricted_proxy.md
- Transient Heist (Revenge): blockchain/transient_heist.md
- mini agent: blockchain/mini_agent.md
- breithorn: blockchain/breithorn.md
- Wargames:
- OverTheWire:
- Natas: wargames/natas.md
- Leviathan: wargames/leviathan.md
- Krypton: wargames/krypton.md
- Narnia: wargames/narnia.md
- Protostar:
- Stack: wargames/protostar/stack.md
- Format: wargames/protostar/format.md
- Heap: wargames/protostar/heap.md
- Net: wargames/protostar/net.md
- Final: wargames/protostar/final.md
- Ethereum:
- Ethernaut: wargames/ethernaut.md
- Damn Vulnerable DeFi V3: wargames/damn_vulnerable_defi.md
- QuillCTF:
- Slot Puzzle: wargames/quillctf/slot_puzzle.md
- Invest Pool: wargames/quillctf/invest_pool.md
- assertEqual: wargames/quillctf/assert_equal.md
- Collect: wargames/quillctf/collect.md
- NFTBANK: wargames/quillctf/nftbank.md
- LicenseManager: wargames/quillctf/license_manager.md
- A-MAZE-X CTF 2023: wargames/defi_security_summit.md
- Solana:
- Solana Pathway: wargames/solana_pathway.md
- Solana Security Workshop: wargames/solana_security_workshop.md
- Hack the TON: wargames/hack_the_ton.md
- 彩蛋:
- CTFHub - 首页: eggs/ctfhub_index.md
- CTFHub - 公众号: eggs/ctfhub_wechat.md
- CTFHub - 工具: eggs/ctfhub_tools.md
- CTFHub - 赛事: eggs/ctfhub_match.md
- CTFHub - 真题: eggs/ctfhub_exams.md
# Theme
theme:
name: 'material'
custom_dir: docs/overrides
language: 'zh'
palette:
primary: 'custom'
accent: 'orange'
logo: assets/chicken-brown.svg
favicon: assets/favicon.svg
features:
- navigation.tabs
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
- search.share
font:
text: 'Fira Sans'
code: 'Fira Mono'
plugins:
- search
- git-revision-date-localized:
type: datetime
timezone: Asia/Shanghai
locale: zh
- git-authors
- blogging:
theme:
name: card
features:
tags:
insert: top
size: 5
paging: false
show_total: false
dirs:
- blockchain
- crypto
- misc
- pwn
- reverse
- web
- wargames
- eggs
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js
extra_css:
- stylesheets/extra.css
extra:
generator: false
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/YanhuiJessica'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
linenums: true
anchor_linenums: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: math
class: arithmatex
format: !!python/name:pymdownx.arithmatex.fence_mathjax_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde