<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mofei's Blog</title><link>https://mofei-blog.pages.dev/</link><description>Recent content on Mofei's Blog</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><copyright>Mofei</copyright><lastBuildDate>Sun, 17 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://mofei-blog.pages.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>博客搭建 | Hugo Stack 主题装修笔记（3）</title><link>https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%963/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%963/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%963/1.jpg" alt="Featured image of post 博客搭建 | Hugo Stack 主题装修笔记（3）" />&lt;h3 id="前言">前言
&lt;/h3>&lt;p>接上文，继续整理好玩的短代码~&lt;/p>
&lt;p>1️⃣ 卡片样式&lt;/p>
&lt;div class="mycard">
&lt;div class="content"> 这里插入链接假装是卡片式链接。
&lt;br>
好像不能插入图片？
&lt;br>
换行要写空标签。 &lt;/div>
&lt;/div>
&lt;p>代码：&lt;/p>
&lt;ul>
&lt;li>html&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="ln">1&lt;/span>&lt;span class="cl">#layouts\shortcodes\card.html
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">2&lt;/span>&lt;span class="cl">{{- $raw := (markdownify .Inner | chomp) -}} {{- $block := findRE
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">3&lt;/span>&lt;span class="cl"> &amp;#34;(?is)^&amp;lt;(?:address|article|aside|blockquote|canvas|dd|div|dl|dt|fieldset|figcaption|figure|footer|form|h(?:1|2|3|4|5|6)|header|hgroup|hr|li|main|nav|noscript|ol|output|p|pre|section|table|tfoot|ul|video)\\b&amp;#34;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">4&lt;/span>&lt;span class="cl"> $raw 1 -}}
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">5&lt;/span>&lt;span class="cl"> &amp;lt;div class=&amp;#34;mycard&amp;#34;&amp;gt;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">6&lt;/span>&lt;span class="cl"> &amp;lt;div class=&amp;#34;content&amp;#34;&amp;gt;{{- if or $block (not $raw) }}{{ $raw }}{{ else }} {{ $raw }} {{ end -}}&amp;lt;/div&amp;gt;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">7&lt;/span>&lt;span class="cl"> &amp;lt;/div&amp;gt;
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;ul>
&lt;li>css&lt;/li>
&lt;/ul>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="ln"> 1&lt;/span>&lt;span class="cl">#assets\scss\custom.scss
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 2&lt;/span>&lt;span class="cl">.mycard {
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 3&lt;/span>&lt;span class="cl"> padding: 10px 20px;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 4&lt;/span>&lt;span class="cl"> margin: 20px 0;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 5&lt;/span>&lt;span class="cl"> border-radius: 4px;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 6&lt;/span>&lt;span class="cl"> word-break: break-all;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 7&lt;/span>&lt;span class="cl"> background: #d2e5eb14;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 8&lt;/span>&lt;span class="cl"> box-shadow: 0 6px 10px 0 #00000033;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln"> 9&lt;/span>&lt;span class="cl"> .content {
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">10&lt;/span>&lt;span class="cl"> line-height: 30px;
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">11&lt;/span>&lt;span class="cl"> }
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">12&lt;/span>&lt;span class="cl">}
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>使用：&lt;/p></description></item><item><title>论文研读</title><link>https://mofei-blog.pages.dev/p/%E8%AF%BB%E8%AE%BA%E6%96%87/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E8%AF%BB%E8%AE%BA%E6%96%87/</guid><description/></item><item><title>年度总结</title><link>https://mofei-blog.pages.dev/p/%E5%B9%B4%E5%BA%A6%E6%80%BB%E7%BB%93/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%B9%B4%E5%BA%A6%E6%80%BB%E7%BB%93/</guid><description/></item><item><title>碎碎念</title><link>https://mofei-blog.pages.dev/p/%E4%B8%80%E4%BA%9B%E7%A2%8E%E7%A2%8E%E5%BF%B5/</link><pubDate>Sun, 17 May 2026 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E4%B8%80%E4%BA%9B%E7%A2%8E%E7%A2%8E%E5%BF%B5/</guid><description/></item><item><title>Filmo | 爱好</title><link>https://mofei-blog.pages.dev/filmo-%E7%88%B1%E5%A5%BD/</link><pubDate>Fri, 15 May 2026 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/filmo-%E7%88%B1%E5%A5%BD/</guid><description>&lt;style>
header.article-header {
display: none !important;
}
&lt;/style>
&lt;div class="hobby-tabs-wrapper">
&lt;div class="labels">
&lt;button class="tab-btn active" data-filter="all">全部&lt;/button>
&lt;button class="tab-btn" data-filter="movie">🎬 影视&lt;/button>
&lt;button class="tab-btn" data-filter="book">📚 书籍&lt;/button>
&lt;button class="tab-btn" data-filter="music">🎵 音乐&lt;/button>
&lt;button class="tab-btn" data-filter="game">🎮 游戏&lt;/button>
&lt;/div>
&lt;div class="hobby-card-grid" id="hobby-grid">
&lt;!-- 引入电影数据 -->
&lt;div class="hobby-divider clickable"
data-date="2026-12-31"
data-type="divider"
data-category="movie">
&lt;h3 class="hobby-divider-title">
&lt;span class="divider-text">2026&lt;/span>
&lt;span class="divider-arrow">▼&lt;/span>
&lt;/h3>
&lt;/div>
&lt;article class="hobby-card-item" data-type="movie" data-date="2026-12-30">
&lt;a href="https://movie.douban.com/subject/3882715/" target="_blank" rel="noopener noreferrer">
&lt;div class="hobby-card-image">
&lt;img src="https://p4.img.cctvpic.com/photoAlbum/vms/standard/img/2023/9/21/VSETMEtC9nNzXx7iy6JJYCwa230921.jpg" alt="武林外传" loading="lazy">
&lt;/div>
&lt;div class="hobby-card-details">
&lt;h3 class="hobby-card-title">武林外传&lt;/h3>
&lt;span class="hobby-card-tag">喜剧 / 武侠 / 古装&lt;/span>
&lt;p class="hobby-card-subtitle hobby-score">
⭐⭐⭐⭐✨
&lt;/p></description></item><item><title>Links | 链接</title><link>https://mofei-blog.pages.dev/links/</link><pubDate>Mon, 11 May 2026 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/links/</guid><description>&lt;p>欢迎在评论区流言交换友链，留言时请注明以下信息：
&lt;div class="notice notice-info" >
&lt;div class="notice-title">&lt;svg xmlns="http://www.w3.org/2000/svg" class="icon notice-icon" viewBox="0 0 512 512" fill="hsl(30, 80%, 70%)">&lt;path d="M256 8a248 248 0 100 496 248 248 0 000-496zm0 110a42 42 0 110 84 42 42 0 010-84zm56 254c0 7-5 12-12 12h-88c-7 0-12-5-12-12v-24c0-7 5-12 12-12h12v-64h-12c-7 0-12-5-12-12v-24c0-7 5-12 12-12h64c7 0 12 5 12 12v100h12c7 0 12 5 12 12v24z"/>&lt;/svg>&lt;/div>&lt;p>名称：&lt;/p></description></item><item><title>计算机安全：原理与实践</title><link>https://mofei-blog.pages.dev/p/%E7%AC%94%E8%AE%B0/</link><pubDate>Wed, 26 Nov 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E7%AC%94%E8%AE%B0/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E7%AC%94%E8%AE%B0/1.jpg" alt="Featured image of post 计算机安全：原理与实践" />&lt;h2 id="1概述">1.概述
&lt;/h2>&lt;pre>&lt;code>学习目标：
1.描述有关机密性、完整性和可用性的关键安全要求
2.讨论安全威胁、安全攻击的类型，给出不同类型计算机和网络资产面临这几类威胁和攻击的例子
3.概述计算机安全的基本要求
4.解释基本安全设计原则
5.讨论攻击面和攻击树的用途
6.理解全面安全策略的主要方面
&lt;/code>&lt;/pre>
&lt;h3 id="11计算机安全的概念">1.1计算机安全的概念
&lt;/h3>&lt;pre>&lt;code>计算机安全：保证信息系统资产的机密性、完整性和可用性的措施和控制方法，其中资产包括硬件、软件、固件以及要处理、存储和通信的信息
&lt;/code>&lt;/pre>
&lt;p>CIA三元组：机密性(confidentiality)、完整性(integrity)和可用性(availability)&lt;/p></description></item><item><title>渗透知识整理1</title><link>https://mofei-blog.pages.dev/p/%E6%95%B4%E7%90%86%E8%B8%A9%E5%9D%91%E6%97%A5%E8%AE%B0/</link><pubDate>Mon, 24 Nov 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E6%95%B4%E7%90%86%E8%B8%A9%E5%9D%91%E6%97%A5%E8%AE%B0/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E6%95%B4%E7%90%86%E8%B8%A9%E5%9D%91%E6%97%A5%E8%AE%B0/1.jpg" alt="Featured image of post 渗透知识整理1" />&lt;h2 id="渗透环境准备">渗透环境准备
&lt;/h2>&lt;h3 id="渗透工具">渗透工具
&lt;/h3>&lt;h4 id="java">Java
&lt;/h4>&lt;pre>&lt;code>JDK 8
&lt;/code>&lt;/pre>
&lt;h4 id="python">python
&lt;/h4>&lt;pre>&lt;code>miniconda3虚拟环境中安装
&lt;/code>&lt;/pre>
&lt;h4 id="vmware">VMware
&lt;/h4>&lt;pre>&lt;code>虚拟机
&lt;/code>&lt;/pre>
&lt;h4 id="linux使用基础">Linux使用基础
&lt;/h4>&lt;h4 id="kail-linux">kail Linux
&lt;/h4>&lt;pre>&lt;code>1、下载Kail Linux 的iso镜像，使用VMWare虚拟机安装镜像，然后搭建一个kail Linux环境
2、配置Kail Lnux
&lt;/code>&lt;/pre>
&lt;h4 id="虚拟靶场环境搭建">虚拟靶场环境搭建
&lt;/h4>&lt;h4 id="docker">Docker
&lt;/h4>&lt;pre>&lt;code>一个开源的应用容器引擎，让开发者可以打包应用及依赖包到一个可移植的容器中，然后发布到任何流行的Linux或Windows机器上，也可以实现虚拟化容器（使用沙箱机制）
&lt;/code>&lt;/pre>
&lt;h5 id="组成部分">组成部分
&lt;/h5>&lt;pre>&lt;code>Docker Client ：客户端
Docker Daemon ：守护进程
Docker Image ：镜像
Docker Container ：容器
&lt;/code>&lt;/pre>
&lt;h5 id="安装">安装
&lt;/h5>&lt;pre>&lt;code>1、下载docker(这里使用了脚本)
2、查看docker服务状态 [root@localhost ~]# systemctl status docker
3、启动docker服务 [root@localhost ~]# systemctl start docker
4、开启自动启动Docker服务 [root@localhost ~]# systemctl enable docker
5、安装docker-compose（虽然新版Docker自带了compose命令，但是不好用，还是自己安装一个docker-compose）
6、配置为国内镜像源
&lt;/code>&lt;/pre>
&lt;h5 id="基本操作">基本操作
&lt;/h5>&lt;h6 id="镜像操作">镜像操作
&lt;/h6>&lt;pre>&lt;code>1、查看镜像 [root@localhost ~]# docker images/docker image ls -a
2、拉取镜像 [root@localhost ~]# docker image pull +镜像名
3、删除镜像 [root@localhost ~]# docker image rm +镜像名/docker rmi +镜像名/镜像ID（正在运行的容器是无法删除的）
4、停止镜像[root@localhost ~]# docker ps
5、镜像保存[root@localhost ~]# docker save -o 保存的文件 镜像名
6、镜像加载[root@localhost ~]# docker load -i 镜像文件
&lt;/code>&lt;/pre>
&lt;h6 id="容器操作">容器操作
&lt;/h6>&lt;pre>&lt;code>1、创建容器 [root@localhost ~]# docker run -it +镜像名 /bin/bash（交互式容器）/docker run -dit +镜像名 /bn/bash（守护式容器）
2、查看容器 [root@localhost ~]# docker ps /docker container ls/docker ps -a/docker container ls --all
3、启动容器 [root@localhost ~]# docker start +容器ID（容器名）/docker container start +容器ID（容器名）
4、停止容器 [root@localhost ~]# docker stop +容器ID（容器名）/docker container stop +容器ID（容器名）
5、删除容器 [root@localhost ~]# docker rm +容器ID（容器名）/docker container rm +容器ID（容器名）/docker container rm -f +容器ID（容器名）
6、容器保存为镜像 [root@localhost ~]# docker commit +容器名 镜像名
&lt;/code>&lt;/pre>
&lt;h2 id="渗透测试基础">渗透测试基础
&lt;/h2>&lt;h3 id="网络协议基础">网络协议基础
&lt;/h3>&lt;h4 id="分层网络协议osi七层tcp四层五层">分层网络协议（OSI七层、TCP四层、五层）
&lt;/h4>&lt;p>这里使用的是五层模型&lt;/p></description></item><item><title>upload-labs通关记录（1-21关）</title><link>https://mofei-blog.pages.dev/p/%E8%AE%B0%E5%BD%95%E8%87%AA%E5%B7%B1%E7%9A%84%E5%AD%A6%E4%B9%A0%E5%92%8C%E8%B8%A9%E5%9D%91%E7%BB%8F%E5%8E%86/</link><pubDate>Tue, 04 Nov 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E8%AE%B0%E5%BD%95%E8%87%AA%E5%B7%B1%E7%9A%84%E5%AD%A6%E4%B9%A0%E5%92%8C%E8%B8%A9%E5%9D%91%E7%BB%8F%E5%8E%86/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E8%AE%B0%E5%BD%95%E8%87%AA%E5%B7%B1%E7%9A%84%E5%AD%A6%E4%B9%A0%E5%92%8C%E8%B8%A9%E5%9D%91%E7%BB%8F%E5%8E%86/1.jpg" alt="Featured image of post upload-labs通关记录（1-21关）" />&lt;h2 id="环境部署">环境部署
&lt;/h2>&lt;h3 id="windows搭建">windows搭建
&lt;/h3>&lt;h4 id="upload-labs">upload-labs
&lt;/h4>&lt;p>一个专门用于学习和测试文件上传漏洞的开源靶场&lt;/p>
&lt;p>&lt;a class="link" href="https://github.com/c0ny1/upload-labs" target="_blank" rel="noopener" >
&lt;span style="display: inline-flex; align-items: center; gap: 0.5em;">
c0ny1/upload-labs:一个想帮你总结所有类型的上传漏洞的靶场
&lt;svg width=".7em" height=".7em" viewBox="0 0 21 21" xmlns="http://www.w3.org/2000/svg">
&lt;path d="m13 3l3.293 3.293l-7 7l1.414 1.414l7-7L21 11V3z" fill="currentColor" />
&lt;path d="M19 19H5V5h7l-2-2H5c-1.103 0-2 .897-2 2v14c0 1.103.897 2 2 2h14c1.103 0 2-.897 2-2v-5l-2-2v7z" fill="currentColor" />
&lt;/svg>
&lt;/span>
&lt;/a>（github有时候国内访问慢）&lt;/p></description></item><item><title>前置知识整理（2）| 二进制</title><link>https://mofei-blog.pages.dev/p/%E4%BA%8C%E8%BF%9B%E5%88%B6%E5%AE%89%E5%85%A8/</link><pubDate>Mon, 08 Sep 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E4%BA%8C%E8%BF%9B%E5%88%B6%E5%AE%89%E5%85%A8/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E4%BA%8C%E8%BF%9B%E5%88%B6%E5%AE%89%E5%85%A8/2.jpg" alt="Featured image of post 前置知识整理（2）| 二进制" />&lt;h1 id="导语">导语
&lt;/h1>&lt;h2 id="二进制安全">二进制安全
&lt;/h2>&lt;p>二进制安全是一盒比较偏向底层的方向，对计算机基础要求较高&lt;/p>
&lt;ul>
&lt;li>C/C++&lt;/li>
&lt;li>Python&lt;/li>
&lt;li>汇编语言&lt;/li>
&lt;li>计算机组成原理&lt;/li>
&lt;li>操作系统&lt;/li>
&lt;li>编译原理&lt;/li>
&lt;/ul>
&lt;p>二进制安全可以细分为逆向工程和漏洞挖掘与利用等方向&lt;/p></description></item><item><title>摄影 | 摄影眼的养成</title><link>https://mofei-blog.pages.dev/p/%E5%AD%A6%E4%B9%A0%E6%91%84%E5%BD%B1%E6%8A%80%E5%B7%A7%E5%AD%A6%E4%BC%9A%E6%8B%8D%E7%85%A7/</link><pubDate>Sun, 07 Sep 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%AD%A6%E4%B9%A0%E6%91%84%E5%BD%B1%E6%8A%80%E5%B7%A7%E5%AD%A6%E4%BC%9A%E6%8B%8D%E7%85%A7/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E5%AD%A6%E4%B9%A0%E6%91%84%E5%BD%B1%E6%8A%80%E5%B7%A7%E5%AD%A6%E4%BC%9A%E6%8B%8D%E7%85%A7/1.jpg" alt="Featured image of post 摄影 | 摄影眼的养成" />&lt;h1 id="导语">导语
&lt;/h1>&lt;p>我没有经过系统的训练，记录一下在小红书学到的知识&lt;/p>
&lt;h1 id="摄影眼提高方法">摄影眼提高方法
&lt;/h1>&lt;h2 id="看照片">看照片
&lt;/h2>&lt;ul>
&lt;li>
&lt;p>刷优秀摄影作品，思考以下问题：&lt;/p>
&lt;p>1.构图&lt;/p>
&lt;p>2.光线（如何使用）&lt;/p>
&lt;p>3.画面（画面想呈现给观众什么内容）&lt;/p></description></item><item><title>好书阅读| 刻意练习</title><link>https://mofei-blog.pages.dev/p/%E8%AF%BB%E4%B8%80%E6%9C%AC%E5%A5%BD%E4%B9%A6%E5%9C%A8%E4%B9%A6%E4%B8%AD%E4%B8%B0%E5%AF%8C%E8%87%AA%E5%B7%B1%E7%9A%84%E7%9F%A5%E8%AF%86/</link><pubDate>Thu, 04 Sep 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E8%AF%BB%E4%B8%80%E6%9C%AC%E5%A5%BD%E4%B9%A6%E5%9C%A8%E4%B9%A6%E4%B8%AD%E4%B8%B0%E5%AF%8C%E8%87%AA%E5%B7%B1%E7%9A%84%E7%9F%A5%E8%AF%86/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E8%AF%BB%E4%B8%80%E6%9C%AC%E5%A5%BD%E4%B9%A6%E5%9C%A8%E4%B9%A6%E4%B8%AD%E4%B8%B0%E5%AF%8C%E8%87%AA%E5%B7%B1%E7%9A%84%E7%9F%A5%E8%AF%86/1.jpg" alt="Featured image of post 好书阅读| 刻意练习" />&lt;h1 id="导读">导读
&lt;/h1>&lt;p>放弃一切错误方法，开始“刻意练习”&lt;/p>
&lt;h1 id="重点内容">重点内容
&lt;/h1></description></item><item><title>小白整理必学知识1</title><link>https://mofei-blog.pages.dev/p/%E5%BF%85%E5%AD%A6%E7%9F%A5%E8%AF%86/</link><pubDate>Tue, 26 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%BF%85%E5%AD%A6%E7%9F%A5%E8%AF%86/</guid><description/></item><item><title>前置知识整理（1）| CTF是什么</title><link>https://mofei-blog.pages.dev/p/%E5%BB%BA%E7%AB%8B%E8%87%AA%E5%B7%B1%E7%9A%84%E7%9F%A5%E8%AF%86%E5%BA%93%E4%BD%93%E7%B3%BB/</link><pubDate>Tue, 19 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%BB%BA%E7%AB%8B%E8%87%AA%E5%B7%B1%E7%9A%84%E7%9F%A5%E8%AF%86%E5%BA%93%E4%BD%93%E7%B3%BB/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E5%BB%BA%E7%AB%8B%E8%87%AA%E5%B7%B1%E7%9A%84%E7%9F%A5%E8%AF%86%E5%BA%93%E4%BD%93%E7%B3%BB/1.jpg" alt="Featured image of post 前置知识整理（1）| CTF是什么" />&lt;h2 id="导语">导语
&lt;/h2>&lt;p>最近发现自己的知识体系有点混乱，感觉什么都学了，但是什么都没学会。借这篇文章整理下自己的思路，顺便系统学习一下什么是CTF&lt;/p>
&lt;h2 id="ctf">CTF
&lt;/h2>&lt;p>CTF（Capture The Flag），夺旗赛。参赛方通过攻防对抗、程序分析等形式，率先从主办方的给出的比赛环境中得到一串具有一定格式的字符串或其他内容，并提交给主办方，从而夺得分数。这串内容为Flag&lt;/p></description></item><item><title>【游戏专区】| 桃源深处有人家（1）</title><link>https://mofei-blog.pages.dev/p/%E6%A1%83%E6%BA%90%E6%B7%B1%E5%A4%84%E6%9C%89%E4%BA%BA%E5%AE%B6%E6%B8%B8%E6%88%8F%E8%AE%B0%E5%BD%95/</link><pubDate>Sun, 17 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E6%A1%83%E6%BA%90%E6%B7%B1%E5%A4%84%E6%9C%89%E4%BA%BA%E5%AE%B6%E6%B8%B8%E6%88%8F%E8%AE%B0%E5%BD%95/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E6%A1%83%E6%BA%90%E6%B7%B1%E5%A4%84%E6%9C%89%E4%BA%BA%E5%AE%B6%E6%B8%B8%E6%88%8F%E8%AE%B0%E5%BD%95/1.jpg" alt="Featured image of post 【游戏专区】| 桃源深处有人家（1）" />&lt;h2 id="导语">导语
&lt;/h2>&lt;p>玩了这个游戏很久了，想要记录一下。&lt;/p>
&lt;p>开始的时候来源于朋友的推荐，自己没有好好了解过这个游戏，玩的都是稀里糊涂的。现在想深度了解下这个游戏&lt;/p>
&lt;h2 id="官方简介">官方简介
&lt;/h2>&lt;p>《桃源深处有人家》是一款悠然治愈的国风山水田园经营手游。回到心中的故乡，远离尘世，过一份安静恬淡的小生活。在这里，有活泼淘气的妹妹陪伴在身边；有可爱神奇的萝卜山灵与你一同生活；有迷失在幻境中寻求解忧的灵魂；还有那居住在山下似曾相识的故人们……&lt;/p></description></item><item><title>【游戏专区】| 桃源深处有人家（2）</title><link>https://mofei-blog.pages.dev/p/%E6%A1%83%E6%BA%90%E6%B7%B1%E5%A4%84%E6%9C%89%E4%BA%BA%E5%AE%B6%E7%94%B5%E8%84%91%E5%88%86%E5%8C%BA%E5%A3%81%E7%BA%B8%E5%8F%AF%E5%9C%A8%E5%B0%8F%E7%BA%A2%E4%B9%A6@%E8%8E%AB%E9%9D%9E%E9%A2%86%E5%8F%96/</link><pubDate>Sun, 17 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E6%A1%83%E6%BA%90%E6%B7%B1%E5%A4%84%E6%9C%89%E4%BA%BA%E5%AE%B6%E7%94%B5%E8%84%91%E5%88%86%E5%8C%BA%E5%A3%81%E7%BA%B8%E5%8F%AF%E5%9C%A8%E5%B0%8F%E7%BA%A2%E4%B9%A6@%E8%8E%AB%E9%9D%9E%E9%A2%86%E5%8F%96/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E6%A1%83%E6%BA%90%E6%B7%B1%E5%A4%84%E6%9C%89%E4%BA%BA%E5%AE%B6%E7%94%B5%E8%84%91%E5%88%86%E5%8C%BA%E5%A3%81%E7%BA%B8%E5%8F%AF%E5%9C%A8%E5%B0%8F%E7%BA%A2%E4%B9%A6@%E8%8E%AB%E9%9D%9E%E9%A2%86%E5%8F%96/swiper3-img4.webp" alt="Featured image of post 【游戏专区】| 桃源深处有人家（2）" />&lt;h2 id="导语">导语
&lt;/h2>&lt;p>最近看到很多好看的分区壁纸，想要自己做一下，那桃源的图片练了下手，感觉做的还可以，在博客里面贴一下，如果想要的话可以在小红书@莫非领取&lt;/p>
&lt;h3 id="展示成果">展示成果
&lt;/h3>&lt;p>
&lt;div class="post-img-view">
&lt;a data-fancybox="gallery" href="1.jpeg">
&lt;img src="1.jpeg" alt="" />
&lt;/a>
&lt;/div>
&lt;/p></description></item><item><title>【网络爬虫】| python 爬虫</title><link>https://mofei-blog.pages.dev/p/%E7%BD%91%E7%BB%9C%E7%88%AC%E8%99%AB%E7%AC%94%E8%AE%B0/</link><pubDate>Sat, 16 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E7%BD%91%E7%BB%9C%E7%88%AC%E8%99%AB%E7%AC%94%E8%AE%B0/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E7%BD%91%E7%BB%9C%E7%88%AC%E8%99%AB%E7%AC%94%E8%AE%B0/OIP-C.webp" alt="Featured image of post 【网络爬虫】| python 爬虫" />&lt;h2 id="导语">导语
&lt;/h2>&lt;p>网络爬虫作为一种自动采集数据的技术，凭借吱声强大的自动抓取网页数据的能力，成为当下互联网高效、灵活的解决方法之一&lt;/p>
&lt;h2 id="什么是网络爬虫">什么是网络爬虫
&lt;/h2>&lt;p>网络爬虫（Web Crawler）是一种按照一定规则，自动请求网站并提取网页数据的程序和脚本&lt;/p></description></item><item><title>【加密和解密】| 动态分析技术</title><link>https://mofei-blog.pages.dev/p/%E5%8A%A0%E5%AF%86%E5%92%8C%E8%A7%A3%E5%AF%86-%E5%8A%A8%E6%80%81%E5%88%86%E6%9E%90%E6%8A%80%E6%9C%AF/</link><pubDate>Fri, 15 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%8A%A0%E5%AF%86%E5%92%8C%E8%A7%A3%E5%AF%86-%E5%8A%A8%E6%80%81%E5%88%86%E6%9E%90%E6%8A%80%E6%9C%AF/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E5%8A%A0%E5%AF%86%E5%92%8C%E8%A7%A3%E5%AF%86-%E5%8A%A8%E6%80%81%E5%88%86%E6%9E%90%E6%8A%80%E6%9C%AF/2.png" alt="Featured image of post 【加密和解密】| 动态分析技术" />&lt;p>动态分析技术中最重要的工具是调试器，分为用户模式和内核模式两种类型：&lt;/p>
&lt;ul>
&lt;li>用户模式调试器:用来调试用户模式应用程序的调试器，工作在Ring3级。例如，OllyDbg、x64dbg、VC++等编译器自带的调试器&lt;/li>
&lt;li>内核模式调试器：能调试操作系统内核的调试器。例如，WinDbg&lt;/li>
&lt;/ul>
&lt;blockquote>
&lt;p>Ring3级&lt;/p></description></item><item><title>博客搭建 | Hugo Stack 主题装修笔记（2）</title><link>https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%962/</link><pubDate>Thu, 14 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%962/</guid><description>&lt;img src="https://mofei-blog.pages.dev/1.jpeg" alt="Featured image of post 博客搭建 | Hugo Stack 主题装修笔记（2）" />&lt;h3 id="一基础配置">一、基础配置
&lt;/h3>&lt;h4 id="hugoyaml">&lt;code>hugo.yaml&lt;/code>
&lt;/h4>&lt;p>
&lt;div class="post-img-view">
&lt;a data-fancybox="gallery" href="2.png">
&lt;img src="2.png" alt="" />
&lt;/a>
&lt;/div>
&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-fallback" data-lang="fallback">&lt;span class="line">&lt;span class="ln">1&lt;/span>&lt;span class="cl">baseurl: 网站根目录,部署后需要修改为你的实际网站地址/域名
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">2&lt;/span>&lt;span class="cl">languageCode: 语言代码，默认值为en-us，可以修改为中文简体zh-cn
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">3&lt;/span>&lt;span class="cl">theme: 主题名称，默认值为hugo-theme-stack
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">4&lt;/span>&lt;span class="cl">title: 网站标题
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">5&lt;/span>&lt;span class="cl">copyright: 版权所有者信息
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">6&lt;/span>&lt;span class="cl">DefaultContentLanguage:默认内容语言，可修改为zh-cn
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">7&lt;/span>&lt;span class="cl">hasCJKLanguage: 是否包含中文(影响字数统计)
&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="ln">8&lt;/span>&lt;span class="cl">languages: 多语言设置
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h4 id="网站icon时间格式博客头像license">网站&lt;code>icon&lt;/code>、时间格式、博客头像、&lt;code>License&lt;/code>
&lt;/h4>&lt;p>
&lt;div class="post-img-view">
&lt;a data-fancybox="gallery" href="3.png">
&lt;img src="3.png" alt="" />
&lt;/a>
&lt;/div>
&lt;/p></description></item><item><title>【加密和解密】| 基础篇</title><link>https://mofei-blog.pages.dev/p/%E5%8A%A0%E5%AF%86%E5%92%8C%E8%A7%A3%E5%AF%86%E5%A4%8D%E7%9B%98%E7%AC%94%E8%AE%B0/</link><pubDate>Wed, 13 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%8A%A0%E5%AF%86%E5%92%8C%E8%A7%A3%E5%AF%86%E5%A4%8D%E7%9B%98%E7%AC%94%E8%AE%B0/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E5%8A%A0%E5%AF%86%E5%92%8C%E8%A7%A3%E5%AF%86%E5%A4%8D%E7%9B%98%E7%AC%94%E8%AE%B0/1.png" alt="Featured image of post 【加密和解密】| 基础篇" />&lt;p>本书基于Windows操作系统&lt;/p>
&lt;h2 id="软件的加密和解密">软件的加密和解密
&lt;/h2>&lt;p>随着技术的发展，软件加密和解密的研究很有必要。&lt;/p>
&lt;p>软件加密对于开发人员来说，可以保护自己的成果，不轻易被人“借鉴”，但随着技术的不断发展，加密技术也要不断地改进；同时，解密手段也在不断升级。所以，加密和解密是相互促进又相互斗争的关系&lt;/p></description></item><item><title>博客搭建 | Hugo Stack 主题装修笔记（1）</title><link>https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%961/</link><pubDate>Wed, 13 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%961/</guid><description>&lt;img src="https://mofei-blog.pages.dev/p/%E5%8D%9A%E5%AE%A2%E7%BE%8E%E5%8C%961/1.jpg" alt="Featured image of post 博客搭建 | Hugo Stack 主题装修笔记（1）" />&lt;h3 id="前言">前言
&lt;/h3>&lt;p>很早就想找个平台记录一下自己学习或写的东西，但是由于懒或者是操作不方便都放弃了。最近几个月开始萌生了自己搭建一个博客的想法，所以开始着手搜集这方面的知识，看到了很多炫酷的博客，但是考虑到上手问题，最终选择了hugo，通过挑选，选择了stack这个主题。经历了N多次推倒重建，这个博客终于快装修好了。&lt;/p></description></item><item><title>About | 关于</title><link>https://mofei-blog.pages.dev/about-%E5%85%B3%E4%BA%8E/</link><pubDate>Sat, 09 Aug 2025 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/about-%E5%85%B3%E4%BA%8E/</guid><description>&lt;style>
/* 隐藏页面头部容器 */
header.article-header {
display: none !important;
}
&lt;/style>
&lt;p>
&lt;style>
:root {
--stroke-color-1: #6b8c70;
--stroke-color-2: #8da386;
--stroke-color-3: #b8c99e;
--stroke-color-4: #579b1b;
}
[data-scheme="dark"] {
--stroke-color-1: #2e4a2e;
--stroke-color-2: #558b2f;
--stroke-color-3: #76b041;
--stroke-color-4: #ccff00;
}
&lt;/style>
&lt;div class="" style="text-align: center; width: 100%; max-width: 100%;">
&lt;svg xmlns="http://www.w3.org/2000/svg" class="name" font-size="60px" viewBox="0 0 1000 200" preserveAspectRatio="xMidYMid meet">
&lt;text text-anchor="middle" x="50%" y="66%" text-transform="uppercase" fill="none" stroke="var(--stroke-color-1)" stroke-width="1px" stroke-dasharray="90 310">
嗨！朋友，好久不见！
&lt;animate attributeName="stroke-dashoffset" begin="-1.5s" dur="6s" from="0" to="-400" repeatCount="indefinite">&lt;/animate>
&lt;/text>
&lt;text text-anchor="middle" x="50%" y="66%" text-transform="uppercase" fill="none" stroke="var(--stroke-color-2)" stroke-width="1px" stroke-dasharray="90 310">
嗨！朋友，好久不见！
&lt;animate attributeName="stroke-dashoffset" begin="-3s" dur="6s" from="0" to="-400" repeatCount="indefinite">&lt;/animate>
&lt;/text>
&lt;text text-anchor="middle" x="50%" y="66%" text-transform="uppercase" fill="none" stroke="var(--stroke-color-3)" stroke-width="1px" stroke-dasharray="90 310">
嗨！朋友，好久不见！
&lt;animate attributeName="stroke-dashoffset" begin="-4.5s" dur="6s" from="0" to="-400" repeatCount="indefinite">&lt;/animate>
&lt;/text>
&lt;text text-anchor="middle" x="50%" y="66%" text-transform="uppercase" fill="none" stroke="var(--stroke-color-4)" stroke-width="1px" stroke-dasharray="90 310">
嗨！朋友，好久不见！
&lt;animate attributeName="stroke-dashoffset" begin="-6s" dur="6s" from="0" to="-400" repeatCount="indefinite">&lt;/animate>
&lt;/text>
&lt;/svg>
&lt;/div>
博客的建立始于自己的探索欲，尝试过很多记录方式，但是始终没有养成自己的体系化，希望借此博客，能将整理些自己的想法，以及将自己的知识体系化。
希望它能成为我的个人知识库，也希望能对来访的朋友提供帮助。&lt;/p></description></item><item><title>Archives | 博文</title><link>https://mofei-blog.pages.dev/archives/</link><pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/archives/</guid><description/></item><item><title>Search | 搜索</title><link>https://mofei-blog.pages.dev/search/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mofei-blog.pages.dev/search/</guid><description/></item></channel></rss>