From c858a02c79718604bacc6b602145def42b837fcf Mon Sep 17 00:00:00 2001 From: Lil-Ran Date: Wed, 1 Oct 2025 10:58:30 +0800 Subject: [PATCH] refactor: hide writeups --- source/special/about.md | 10 ++-- source/special/link.md | 38 +++++++-------- source/special/sse316.md | 11 ----- source/special/wp.md | 46 +++++++++++++++++++ source/{_posts => special}/wp/nepctf-2023.md | 1 + .../wp/r3ctf-2024-leannum.md | 1 + .../{_posts => special}/wp/shctf-2024-rust.md | 1 + source/{_posts => special}/wp/vnctf-2024.md | 1 + .../{_posts => special}/wp/w4terctf-2023.md | 1 + .../wp/w4terctf-2024-assign.md | 1 + .../{_posts => special}/wp/xyctf-2024-aio.md | 1 + .../wp/xyctf-2024-reverse.md | 1 + .../{_posts => special}/wp/yangcheng-2024.md | 1 + 13 files changed, 79 insertions(+), 35 deletions(-) delete mode 100644 source/special/sse316.md create mode 100644 source/special/wp.md rename source/{_posts => special}/wp/nepctf-2023.md (99%) rename source/{_posts => special}/wp/r3ctf-2024-leannum.md (99%) rename source/{_posts => special}/wp/shctf-2024-rust.md (99%) rename source/{_posts => special}/wp/vnctf-2024.md (99%) rename source/{_posts => special}/wp/w4terctf-2023.md (99%) rename source/{_posts => special}/wp/w4terctf-2024-assign.md (99%) rename source/{_posts => special}/wp/xyctf-2024-aio.md (99%) rename source/{_posts => special}/wp/xyctf-2024-reverse.md (99%) rename source/{_posts => special}/wp/yangcheng-2024.md (99%) diff --git a/source/special/about.md b/source/special/about.md index 383aa0e..e2f03d8 100644 --- a/source/special/about.md +++ b/source/special/about.md @@ -1,27 +1,27 @@ --- title: 关于 date: 2024/03/11 21:00:00 -updated: 2025/02/18 22:00:00 +updated: 2025/10/01 11:00:00 permalink: about/ copyright: true --- - LilRan AKA 新实([xinshi.fun](https://xinshi.fun/)) -- 二十岁,是学生 -- 只学技术,不卷绩点 +- 二十一岁,是学生 - CTF退役Misc/Reverse手,不是“网安人” - S1uM4i团队成员,W4terDr0p团队成员 - Hack for knowledge and fun -- 喜欢Python、Rust、Moonbit、C#.NET、C++ +- 喜欢Moonbit、Python、Rust、C#.NET、TypeScript - 梦想是做全栈开发者! - IDE只用浅色主题,喜欢VS Code而不喜欢Vim - 无缘程序设计竞赛 +- You only live once - 不测MBTI(一个活生生的人怎么可能被hash成4个字母嘛) -- 不玩游戏 +- 只学技术,不卷绩点 - 特立独行 - 新实=守正创新 求真务实 diff --git a/source/special/link.md b/source/special/link.md index ee356ec..d93c0df 100644 --- a/source/special/link.md +++ b/source/special/link.md @@ -1,7 +1,7 @@ --- title: Hacked By {} date: 2024/03/11 22:00:00 -updated: 2025/04/24 22:00:00 +updated: 2025/10/01 11:00:00 permalink: link/ copyright: false --- @@ -25,6 +25,24 @@ copyright: false image: https://gcore.jsdelivr.net/gh/kengwang/CDN@main/avatar.png color: "#FF0000" +- site: shenghuo2 + url: https://blog.shenghuo2.top/ + desc: 生蚝王 + image: https://blog.shenghuo2.top/images/avatar.png + color: "#486DE7" + +- site: ZianTT + url: https://ziantt.top/ + desc: Trailblaze Tomorrow + image: https://q.qlogo.cn/headimg_dl?dst_uin=2508164094&spec=640&img_type=jpg + color: "" + +- site: LamentXU + url: https://www.cnblogs.com/LAMENTXU + desc: Fly, broken wings. + image: https://q.qlogo.cn/headimg_dl?dst_uin=1372449351&spec=640&img_type=jpg + color: "" + - site: Luoingly url: https://luoingly.top/ desc: 交错于虚拟与现实之间 @@ -49,12 +67,6 @@ copyright: false image: https://blog.woooo.tech/img/avatar.png color: "#2D9BF5" -- site: shenghuo2 - url: https://blog.shenghuo2.top/ - desc: 生蚝王 - image: https://blog.shenghuo2.top/images/avatar.png - color: "#486DE7" - - site: Z3n1th url: https://z3n1th1.com/ desc: 🦋🌙 @@ -175,18 +187,6 @@ copyright: false image: https://ooo.0x0.ooo/2023/12/20/OKzC7r.jpg color: "#63B3FF" -- site: ZianTT - url: https://ziantt.top/ - desc: Trailblaze Tomorrow - image: https://q.qlogo.cn/headimg_dl?dst_uin=2508164094&spec=640&img_type=jpg - color: "" - -- site: LamentXU - url: https://www.cnblogs.com/LAMENTXU - desc: Fly, broken wings. - image: https://q.qlogo.cn/headimg_dl?dst_uin=1372449351&spec=640&img_type=jpg - color: "" - - site: JasmineAura url: https://jasmineaura.github.io/ desc: 只是时间问题 diff --git a/source/special/sse316.md b/source/special/sse316.md deleted file mode 100644 index 0b3d9d8..0000000 --- a/source/special/sse316.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: SYSU-SSE -date: 2025/02/25 20:00:00 -updated: 2025/02/25 20:00:00 -permalink: sse316/ -copyright: true ---- - -👋 你好呀,欢迎来到 LilRan (Lei Shunran) 的博客。 - -[👉 去首页看看](https://blog.xinshi.fun/) diff --git a/source/special/wp.md b/source/special/wp.md new file mode 100644 index 0000000..31efd58 --- /dev/null +++ b/source/special/wp.md @@ -0,0 +1,46 @@ +--- +title: CTF Writeups +date: 2023/04/01 18:00:00 +updated: 2025/10/01 10:30:00 +permalink: wp/ +--- + +谨以此页,纪念我在 CTF 赛场上战斗的日子。 + +## 博客文章 + +2023-04-14 / [梦开始的地方:W4terCTF 2023 Writeup by 打新手赛打的](/wp/w4terctf-2023/) + +2023-08-14 / [NepCTF 2023 Writeup by LilRan](/wp/nepctf-2023/) + +2024-02-18 / [VNCTF 2024 Writeup by LilRan](/wp/vnctf-2024/) + +2024-04-26 / [XYCTF 2024 (baby_AIO) Writeup by 摸鱼](/wp/xyctf-2024-aio/) + +2024-04-27 / [XYCTF 2024 (Reverse) Writeup by 摸鱼](/wp/xyctf-2024-reverse/) + +2024-04-29 / [W4terCTF 2024 Reverse 出题记录](/wp/w4terctf-2024-assign/) + +2024-06-10 / [R3CTF 2024 Leannum 单题 Writeup](/wp/r3ctf-2024-leannum/) + +2024-08-28 / [羊城杯 2024 初赛部分题目 Writeup by LilRan of 四象限守护者](/wp/yangcheng-2024/) + +2024-11-01 / [「锦锈山河」SHCTF 2024 Rust 逆向出题 Writeup](/wp/shctf-2024-rust/) + +## 办赛出题题解 + +W4terCTF 2024: [博客文章](/wp/w4terctf-2024-assign/) + +BaseCTF 2024: [官方发布飞书文档](https://j0zr0js7k7j.feishu.cn/docx/MS06dyLGRoHBfzxGPF1cz0VhnGh) + +SHCTF 2024: [官方发布公众号](https://mp.weixin.qq.com/s/ekss3fOeQhhfVNMIvqrP1Q) + +2024 春秋杯冬季赛: [Git 仓库](https://vcs.xinshi.fun/Lil-Ran/pyhumor) + +LilCTF 2025: [官方发布飞书文档](https://lil-house.feishu.cn/wiki/N7EIwqpoEiVngqkV8rzcgPB9nPg) / [比赛平台](https://lilctf.xinshi.fun/) + +## 公众号文章 + +2024-11-24 / [青龙组唯一解 网鼎杯半决赛 Python逆向题 Misc解法](https://mp.weixin.qq.com/s/gXCCNQWy3a4n4pPSLWtCDA) + +2025-09-15 / [RE 手无脑学会解白盒 AES | N1CTF Junior 2025 2/2 Reverse Pyramid Writeup](https://mp.weixin.qq.com/s/ZJDZlqAkmmzZCI1U9avj3w) diff --git a/source/_posts/wp/nepctf-2023.md b/source/special/wp/nepctf-2023.md similarity index 99% rename from source/_posts/wp/nepctf-2023.md rename to source/special/wp/nepctf-2023.md index 5da0be8..b60d741 100644 --- a/source/_posts/wp/nepctf-2023.md +++ b/source/special/wp/nepctf-2023.md @@ -5,6 +5,7 @@ updated: 2023/08/14 13:35:00 categories: - CTF-Writeup cover: ../../wp/nepctf-2023/efeeefb7-6801-48d2-8b65-4b4618195d99.webp +permalink: wp/nepctf-2023/ --- 个人赛,排名:34 / 1048 diff --git a/source/_posts/wp/r3ctf-2024-leannum.md b/source/special/wp/r3ctf-2024-leannum.md similarity index 99% rename from source/_posts/wp/r3ctf-2024-leannum.md rename to source/special/wp/r3ctf-2024-leannum.md index 8018811..d13db1a 100644 --- a/source/_posts/wp/r3ctf-2024-leannum.md +++ b/source/special/wp/r3ctf-2024-leannum.md @@ -5,6 +5,7 @@ updated: 2024/06/10 15:30:00 categories: - CTF-Writeup cover: ../../wp/r3ctf-2024-leannum/ciallo.jpg +permalink: wp/r3ctf-2024-leannum/ --- Ciallo~(∠・ω< )⌒★ diff --git a/source/_posts/wp/shctf-2024-rust.md b/source/special/wp/shctf-2024-rust.md similarity index 99% rename from source/_posts/wp/shctf-2024-rust.md rename to source/special/wp/shctf-2024-rust.md index 9c6bde2..adec018 100644 --- a/source/_posts/wp/shctf-2024-rust.md +++ b/source/special/wp/shctf-2024-rust.md @@ -5,6 +5,7 @@ updated: 2024/11/05 16:30:00 categories: - CTF-Writeup cover: ../../wp/shctf-2024-rust/image27.webp +permalink: wp/shctf-2024-rust/ --- > [附件(右键另存为)](https://blog.xinshi.fun/wp/shctf-2024-rust/jin-xiu-shan-he.zip) diff --git a/source/_posts/wp/vnctf-2024.md b/source/special/wp/vnctf-2024.md similarity index 99% rename from source/_posts/wp/vnctf-2024.md rename to source/special/wp/vnctf-2024.md index 66300e5..df4b530 100644 --- a/source/_posts/wp/vnctf-2024.md +++ b/source/special/wp/vnctf-2024.md @@ -5,6 +5,7 @@ updated: 2024/02/18 12:00:00 categories: - CTF-Writeup cover: ../../wp/vnctf-2024/cover.jpg +permalink: wp/vnctf-2024/ --- 摸了个第三?也顺便加了好多师傅的QQ。隔壁同时进行的SICTF比VNCTF卷多了,在SICTF我还不如新生🤣 diff --git a/source/_posts/wp/w4terctf-2023.md b/source/special/wp/w4terctf-2023.md similarity index 99% rename from source/_posts/wp/w4terctf-2023.md rename to source/special/wp/w4terctf-2023.md index 437bc65..890a632 100644 --- a/source/_posts/wp/w4terctf-2023.md +++ b/source/special/wp/w4terctf-2023.md @@ -5,6 +5,7 @@ updated: 2023/04/14 23:00:00 categories: - CTF-Writeup cover: ../../wp/w4terctf-2023/cover.webp +permalink: wp/w4terctf-2023/ --- 这是一个懵懂的年轻人参加的第一场CTF。WP一字不改,发出来给大伙乐一乐。 diff --git a/source/_posts/wp/w4terctf-2024-assign.md b/source/special/wp/w4terctf-2024-assign.md similarity index 99% rename from source/_posts/wp/w4terctf-2024-assign.md rename to source/special/wp/w4terctf-2024-assign.md index 5f0e756..f3a0999 100644 --- a/source/_posts/wp/w4terctf-2024-assign.md +++ b/source/special/wp/w4terctf-2024-assign.md @@ -5,6 +5,7 @@ updated: 2024/04/30 23:30:00 categories: - CTF-Writeup cover: ../../wp/w4terctf-2024-assign/image-5.png +permalink: wp/w4terctf-2024-assign/ --- 第一次出题,虽然还好没有非预期,但是与预想的结果并不完全符合,并不完美。果然出好题比做题难。 diff --git a/source/_posts/wp/xyctf-2024-aio.md b/source/special/wp/xyctf-2024-aio.md similarity index 99% rename from source/_posts/wp/xyctf-2024-aio.md rename to source/special/wp/xyctf-2024-aio.md index cb86fc2..71c2345 100644 --- a/source/_posts/wp/xyctf-2024-aio.md +++ b/source/special/wp/xyctf-2024-aio.md @@ -5,6 +5,7 @@ updated: 2024/04/26 14:00:00 categories: - CTF-Writeup cover: ../../wp/xyctf-2024-aio/cover.png +permalink: wp/xyctf-2024-aio/ --- 余师傅出的五个方向合在一起的一道题,比赛中有5支队伍解出。摸鱼队的Crypto和Misc部分由luoingly师傅完成,Reverse、Web和Pwn部分由我完成。Reverse做了一天,Web现学现卖做一晚上,Pwn现学现卖做两天,算是我第一次做出来Pwn题。感谢这道题让我学会了XXE和Format String(指会做这道题)。 diff --git a/source/_posts/wp/xyctf-2024-reverse.md b/source/special/wp/xyctf-2024-reverse.md similarity index 99% rename from source/_posts/wp/xyctf-2024-reverse.md rename to source/special/wp/xyctf-2024-reverse.md index 6012614..50f66e0 100644 --- a/source/_posts/wp/xyctf-2024-reverse.md +++ b/source/special/wp/xyctf-2024-reverse.md @@ -5,6 +5,7 @@ updated: 2024/04/26 22:00:00 categories: - CTF-Writeup cover: ../../wp/xyctf-2024-reverse/cover.webp +permalink: wp/xyctf-2024-reverse/ --- [本站上的 XYCTF 2024 (baby_AIO) Writeup by 摸鱼](/wp/xyctf-2024-aio/) diff --git a/source/_posts/wp/yangcheng-2024.md b/source/special/wp/yangcheng-2024.md similarity index 99% rename from source/_posts/wp/yangcheng-2024.md rename to source/special/wp/yangcheng-2024.md index 80a1075..3840823 100644 --- a/source/_posts/wp/yangcheng-2024.md +++ b/source/special/wp/yangcheng-2024.md @@ -5,6 +5,7 @@ updated: 2024/08/28 13:00:00 categories: - CTF-Writeup cover: ../../wp/yangcheng-2024/cat-letter.png +permalink: wp/yangcheng-2024/ --- 太卷了!然而我只是来看看,觉得有意思就做做,不想做的题就不做。本来我还有正事要忙(比如准备 BaseCTF 第二周直播讲题),结果感觉有几个题都挺好玩的,就忙里偷闲做了下。(比五月连续几个星期的烂透了的省赛和国赛好。)是为数不多让我想写一篇 WP 的比赛(虽然根本打不进决赛)。