-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
158 lines (130 loc) · 8.11 KB
/
index.xml
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Minnie Clubhouse</title>
<link>https://m1nn1e.github.io/</link>
<description>Recent content on Minnie Clubhouse</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-cn</language><atom:link href="https://m1nn1e.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>渗透测试行为清单</title>
<link>https://m1nn1e.github.io/post/pentest_list/</link>
<pubDate>Sat, 10 Sep 2022 02:10:40 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/pentest_list/</guid>
<description><blockquote>
<p>渗透测试简单来说是安全人员模拟黑客入侵的方式,评估目标安全防御能力的行为。根据测试人员获取信息的多少,可分为黑盒、白盒、灰盒三种类型。(ING)</p>
</blockquote></description>
</item>
<item>
<title>2023秋招面经</title>
<link>https://m1nn1e.github.io/post/interview_2023/</link>
<pubDate>Tue, 23 Aug 2022 18:12:48 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/interview_2023/</guid>
<description>OTHERS 收集各个渠道的相关面经
SELF 等结束再说。。失业危机了属于是
</description>
</item>
<item>
<title>[论文笔记] GFuzz</title>
<link>https://m1nn1e.github.io/post/gfuzz/</link>
<pubDate>Mon, 18 Jul 2022 09:39:28 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/gfuzz/</guid>
<description><blockquote>
<p><strong>Title:</strong> Who Goes First? Detecting Go Concurrency Bugs via Message Reordering</p>
<p><strong>Name:</strong> GFuzz</p>
<p><strong>Journal/Conference:</strong> ASPLOS'22</p>
<p><a href="https://songlh.github.io/paper/gfuzz.pdf">PDF</a> | <a href="https://www.youtube.com/watch?v=-m632JS0f20">VIDEO</a></p>
</blockquote></description>
</item>
<item>
<title>GifIndexToTrueColor某堆溢出漏洞分析</title>
<link>https://m1nn1e.github.io/post/gifindextotruecolor/</link>
<pubDate>Thu, 14 Jul 2022 12:09:13 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/gifindextotruecolor/</guid>
<description><blockquote>
<p><strong>漏洞描述</strong>: 索引方式的gif图转成true color(rgb)格式时由于</p>
<p><strong>状态:</strong> 分析中</p>
<p><strong>类型:</strong> heap, 堆溢出</p>
</blockquote></description>
</item>
<item>
<title>CVE-2021-3156: Sudo堆溢出提权漏洞分析</title>
<link>https://m1nn1e.github.io/post/cve-2021-3156/</link>
<pubDate>Thu, 23 Jun 2022 18:12:48 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/cve-2021-3156/</guid>
<description><blockquote>
<p>漏洞描述: Baron Samedit [sudo in linux]</p>
</blockquote></description>
</item>
<item>
<title>40%配列机械键盘是神</title>
<link>https://m1nn1e.github.io/post/40percent-keyboard/</link>
<pubDate>Tue, 24 May 2022 20:27:01 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/40percent-keyboard/</guid>
<description><p>在实际入了40%配列键盘以前,还真没有想过它会成为日常使用(包括coding)的主力键盘。到手了之后就非常喜欢,除了第一天via研究怎么安排层级和记住键位花了些时间需要点学习成本外,事实证明它真的很好用。</p></description>
</item>
<item>
<title>从单文件到大型项目如何有效生成llvm bitcode</title>
<link>https://m1nn1e.github.io/post/bitcode-gen/</link>
<pubDate>Tue, 24 May 2022 19:34:59 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/bitcode-gen/</guid>
<description><p><strong>生成bitcode文件是能够后续展开分析的前提。</strong>
然而llvm的官方文档和通过搜索引擎查找到的教程中鲜少对bitcode的生成,尤其是大项目的bitcode生成进行介绍,在初期摸索时花了不少时间,本篇用来记录自己实际运用到的各种方式和尝试中遇到的问题。</p></description>
</item>
<item>
<title>Hugo主题github-style的优化全记录</title>
<link>https://m1nn1e.github.io/post/hugo-theme-github-modify/</link>
<pubDate>Sun, 15 May 2022 22:19:13 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/hugo-theme-github-modify/</guid>
<description><p>github-style是最近发现的可爱主题,仿造github的个人主页构建博客,个人非常喜欢!但该项目的各种功能较精简,正好借此机会熟悉一下hugo的主题构建,加上一些花里胡哨的美化优化✨</p></description>
</item>
<item>
<title>Vim常用快捷键使用记录</title>
<link>https://m1nn1e.github.io/post/vim-usage/</link>
<pubDate>Tue, 10 May 2022 21:14:30 +0800</pubDate>
<guid>https://m1nn1e.github.io/post/vim-usage/</guid>
<description><p>在刷算法的时候发现采用vim键盘方式码代码方便很多,之前总学了忘,考虑这次总结一些按自己的使用习惯来说常用的.</p></description>
</item>
<item>
<title>Archives</title>
<link>https://m1nn1e.github.io/page/archives/</link>
<pubDate>Tue, 28 May 2019 00:00:00 +0000</pubDate>
<guid>https://m1nn1e.github.io/page/archives/</guid>
<description></description>
</item>
<item>
<title>About</title>
<link>https://m1nn1e.github.io/page/about/</link>
<pubDate>Thu, 28 Feb 2019 00:00:00 +0000</pubDate>
<guid>https://m1nn1e.github.io/page/about/</guid>
<description>Written in Go, Hugo is an open source static site generator available under the Apache Licence 2.0. Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
Hugo makes use of a variety of open source projects including:
https://github.</description>
</item>
<item>
<title></title>
<link>https://m1nn1e.github.io/readme/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://m1nn1e.github.io/readme/</guid>
<description>hello! this is @m1nn1e, a 22-year-old INTJ master majoring in SE at ISCAS(2020~) 👋😎
this blog mainly includes the following types of posts:
[*] some of my notes during solving programming challenges (leetcode) [*] paper-reading notes (fuzzing | taint / static &amp; dynamic analysis/etc.) [*] sharing my way of self-learning (open source framework / development of tools) </description>
</item>
<item>
<title>Links</title>
<link>https://m1nn1e.github.io/page/links/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://m1nn1e.github.io/page/links/</guid>
<description>To use this feature, add links section to frontmatter.
This page&rsquo;s frontmatter:
links:- title:GitHubdescription:GitHub is the world&#39;s largest software development platform.website:https://github.comimage:https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png- title:TypeScriptdescription:TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.website:https://www.typescriptlang.orgimage:ts-logo-128.jpgimage field accepts both local and external images.</description>
</item>
<item>
<title>Search</title>
<link>https://m1nn1e.github.io/page/search/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://m1nn1e.github.io/page/search/</guid>
<description></description>
</item>
</channel>
</rss>