Skip to content

Commit 8100495

Browse files
committed
Site updated: 2023-02-08 10:54:57
1 parent 9aaa81b commit 8100495

5 files changed

Lines changed: 209 additions & 19 deletions

File tree

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919

20-
<title>Hello World | 厦门理工学院信息安全协会 - Hack The Planet</title>
20+
<title>CTF是什么? | 厦门理工学院信息安全协会 - Hack The Planet</title>
2121

2222

2323

@@ -204,7 +204,7 @@
204204

205205
<article class="post-wrap">
206206
<header class="post-header">
207-
<h1 class="post-title">Hello World</h1>
207+
<h1 class="post-title">CTF是什么?</h1>
208208

209209
<div class="post-meta">
210210

@@ -222,19 +222,35 @@ <h1 class="post-title">Hello World</h1>
222222
</header>
223223

224224
<div class="post-content">
225-
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
226-
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>
227-
228-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
229-
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
230-
231-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
232-
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
233-
234-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
235-
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
236-
237-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
225+
<h3 id="CTF介绍"><a href="#CTF介绍" class="headerlink" title="CTF介绍"></a>CTF介绍</h3><blockquote>
226+
<p>以下内容来自CTF-Wiki,欢迎fork CTF-Wiki仓库。<a target="_blank" rel="noopener" href="https://ctf-wiki.org/">简介 - CTF Wiki (ctf-wiki.org)</a></p>
227+
</blockquote>
228+
<p><strong>CTF</strong>(Capture The Flag,夺旗赛)起源于 1996 年 <strong>DEFCON</strong> 全球黑客大会,是网络安全爱好者之间的竞技游戏。</p>
229+
<p><strong>CTF</strong> 竞赛涉及众多领域,内容繁杂。与此同时,安全技术的发展速度越来越快,<strong>CTF</strong> 题目的难度越来越高,初学者面对的门槛越来越高。而网上资料大都零散琐碎,初学者往往并不知道该如何系统性地学习 <strong>CTF</strong> 相关领域知识,常需要花费大量时间,苦不堪言。</p>
230+
<p>为了使得热爱 <strong>CTF</strong> 的小伙伴们更好地入门 <strong>CTF</strong>,2016 年 10 月份,<strong>CTF Wiki</strong> 在 Github 有了第一次 commit。随着内容不断完善,<strong>CTF Wiki</strong> 受到了越来越多安全爱好者的喜爱,也渐渐有素未谋面的小伙伴们参与进来。 </p>
231+
<p>作为一个自由的站点,围绕 <strong>CTF</strong> 近几年赛题,<strong>CTF Wiki</strong><strong>CTF</strong> 中的各个方向的知识和技术进行介绍,以便于初学者更好地学习 <strong>CTF</strong> 相关的知识。</p>
232+
<p>目前,<strong>CTF Wiki</strong> 主要包含 <strong>CTF</strong> 各大范畴的基础知识,并正在着力完善以下内容</p>
233+
<ul>
234+
<li>CTF 竞赛中的进阶知识</li>
235+
<li>CTF 竞赛中的优质题目</li>
236+
</ul>
237+
<p>关于上述部分待完善内容,请参见 CTF Wiki 的 <a target="_blank" rel="noopener" href="https://github.com/ctf-wiki/ctf-wiki/projects">Projects</a>,详细列出了正在做的事项以及待做事项。</p>
238+
<p>当然,<strong>CTF Wiki</strong> 基于 <strong>CTF</strong>,却不会局限于 <strong>CTF</strong>。在未来,<strong>CTF Wiki</strong> 将会</p>
239+
<ul>
240+
<li>介绍安全研究中的工具</li>
241+
<li>更多地与安全实战结合</li>
242+
</ul>
243+
<p>此外,鉴于以下两点</p>
244+
<ul>
245+
<li>技术应该以开放的方式共享。</li>
246+
<li>安全攻防技术总是在不断演进,旧的技术在面对新的技术时可能失效。</li>
247+
</ul>
248+
<h3 id="CTF和ACM的区别"><a href="#CTF和ACM的区别" class="headerlink" title="CTF和ACM的区别"></a>CTF和ACM的区别</h3><blockquote>
249+
<p>以下内容来自知乎,内容稍作修改</p>
250+
</blockquote>
251+
<p>ACM相对于CTF,内容很单一,就算法与数据结构,知识面窄,但就是这很窄的知识面,大部分人直到退役都不能全部掌握,但是它门槛低,就算你大学之前毫无编程基础,大一开始刷天梯赛题集入门,保持刷牛客,cf,<strong>每场补题</strong>,到大三也能拿至少区域赛银了(目前国内xcpc水平不高,通常签到题顺畅就能银)但是要思考的是,这个银有多大意义?如果为了保研,ACM性价比绝对要比发论文低。毕竟在研究生面试的时候,导师们会更关注你的论文,而不是这种算法竞赛。如果为了工作,那么恭喜你,你所学的算法与数据结构是面试必考项目,你可以在这方面很突出,但同时很不幸,面试过后,你的项目能力可能不及其他人。项目里很少会用到算法竞赛里用的这些东西,反而可能会因为竞赛养成的某些坏习惯(变量命名,开空间)而被骂。最好要么把ACM当做锻炼自己思维以及编码能力的工具,要么就为了荣誉,在这里做出一番成绩,为了功利,性价比低。</p>
252+
<p>CTF的话,不可能有一个人面面俱到,因为它的范围太广了,所以,这是一个看队友的比赛,这并不是说ACM不看队友,ACM是三人竞赛,但是通常做题是各做各的,实际上如果你一个人自己打,也不是不能,毕竟大部分知识是三人都会的。但是CTF不是,分工很明确,你web,他pwn,我reverse,我的领域你不懂,你的领域我发懵,所以,如果选择CTF,一定要确保你有可以坚持下去的队友,并且保证他能去专精他负责的方向,你能去专精你负责的方向,人人不当短板。其次,CTF更加考验团队合作能力,一道题可能综合多个方向的知识,有时候需要掌握不同知识的人通力合作才能做出。再然后,<strong>CTF很吃你的知识面</strong>,如果你知道的知识特别多(主要但不仅限于计算机知识),那么你就是适合CTF的。但假如你连linux都没用过,或者你不了解基本的计算机&#x2F;网络组成原理,不会任意一门编程语言,并且没有引路人,那么你是不适合打CTF的。</p>
253+
<p>作者:KrK1ng<br>链接:<a target="_blank" rel="noopener" href="https://www.zhihu.com/question/352922470/answer/873436590">https://www.zhihu.com/question/352922470/answer/873436590</a><br>来源:知乎<br>著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。</p>
238254

239255
</div>
240256

@@ -249,7 +265,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
249265

250266
<p class="copyright-item">
251267
<span>Permalink:</span>
252-
<span><a href="https://www.xmutsec.cn/2023/02/07/hello-world/">https://www.xmutsec.cn/2023/02/07/hello-world/</a></span>
268+
<span><a href="https://www.xmutsec.cn/2023/02/07/CTF%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F/">https://www.xmutsec.cn/2023/02/07/CTF%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F/</a></span>
253269
</p>
254270

255271

@@ -272,6 +288,10 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
272288
<span>Tag(s):</span>
273289
<span class="tag">
274290

291+
292+
<a href="/tags/CTF/"># CTF</a>
293+
294+
275295
</span>
276296
</div>
277297
<div>

archives/2023/02/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>2023</h3>
142142

143143

144144
<article class="archive-item">
145-
<a class="archive-item-link" href="/2023/02/07/hello-world/">Hello World</a>
145+
<a class="archive-item-link" href="/2023/02/07/CTF%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F/">CTF是什么?</a>
146146
<span class="archive-item-date">February 7, 2023</span>
147147
</article>
148148

archives/2023/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>2023</h3>
142142

143143

144144
<article class="archive-item">
145-
<a class="archive-item-link" href="/2023/02/07/hello-world/">Hello World</a>
145+
<a class="archive-item-link" href="/2023/02/07/CTF%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F/">CTF是什么?</a>
146146
<span class="archive-item-date">February 7, 2023</span>
147147
</article>
148148

archives/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>2023</h3>
142142

143143

144144
<article class="archive-item">
145-
<a class="archive-item-link" href="/2023/02/07/hello-world/">Hello World</a>
145+
<a class="archive-item-link" href="/2023/02/07/CTF%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F/">CTF是什么?</a>
146146
<span class="archive-item-date">February 7, 2023</span>
147147
</article>
148148

tags/CTF/index.html

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
<!DOCTYPE html>
2+
<html lang="zh">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport"
7+
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
8+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
9+
10+
<meta name="author" content="XMUTSEC">
11+
12+
13+
<meta name="subtitle" content="Hack The Planet">
14+
15+
16+
<meta name="description" content="厦门理工学院信息安全协会官网,这是一个热爱信息安全、网络安全等领域的团体">
17+
18+
19+
20+
<title>Tag: CTF | 厦门理工学院信息安全协会 - Hack The Planet</title>
21+
22+
23+
24+
<link rel="icon" href="/image/favicon.ico">
25+
26+
27+
28+
29+
<!-- stylesheets list from _config.yml -->
30+
31+
<link rel="stylesheet" href="/css/style.css">
32+
33+
34+
35+
36+
<!-- scripts list from _config.yml -->
37+
38+
<script src="/js/script.js"></script>
39+
40+
<script src="/js/tocbot.min.js"></script>
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
<meta name="generator" content="Hexo 6.3.0"></head>
52+
53+
<body>
54+
<script>
55+
// this function is used to check current theme before page loaded.
56+
(() => {
57+
const currentTheme = window.localStorage && window.localStorage.getItem('theme') || '';
58+
const isDark = currentTheme === 'dark';
59+
const pagebody = document.getElementsByTagName('body')[0]
60+
if (isDark) {
61+
pagebody.classList.add('dark-theme');
62+
// mobile
63+
document.getElementById("mobile-toggle-theme").innerText = "· Dark"
64+
} else {
65+
pagebody.classList.remove('dark-theme');
66+
// mobile
67+
document.getElementById("mobile-toggle-theme").innerText = "· Light"
68+
}
69+
})();
70+
</script>
71+
72+
<div class="wrapper">
73+
<header>
74+
<nav class="navbar">
75+
<div class="container">
76+
<div class="navbar-header header-logo"><a href="/">XMUTSEC</a></div>
77+
<div class="menu navbar-right">
78+
79+
<a class="menu-item" href="/archives">文章</a>
80+
81+
<a class="menu-item" href="/award">荣誉</a>
82+
83+
<a class="menu-item" href="/members">成员</a>
84+
85+
<a class="menu-item" href="/join">加入我们</a>
86+
87+
<a class="menu-item" href="/about">关于</a>
88+
89+
<input id="switch_default" type="checkbox" class="switch_default">
90+
<label for="switch_default" class="toggleBtn"></label>
91+
</div>
92+
</div>
93+
</nav>
94+
95+
96+
<nav class="navbar-mobile" id="nav-mobile">
97+
<div class="container">
98+
<div class="navbar-header">
99+
<div>
100+
<a href="/">XMUTSEC</a><a id="mobile-toggle-theme">·&nbsp;Light</a>
101+
</div>
102+
<div class="menu-toggle" onclick="mobileBtn()">&#9776; Menu</div>
103+
</div>
104+
<div class="menu" id="mobile-menu">
105+
106+
<a class="menu-item" href="/archives">文章</a>
107+
108+
<a class="menu-item" href="/award">荣誉</a>
109+
110+
<a class="menu-item" href="/members">成员</a>
111+
112+
<a class="menu-item" href="/join">加入我们</a>
113+
114+
<a class="menu-item" href="/about">关于</a>
115+
116+
</div>
117+
</div>
118+
</nav>
119+
120+
</header>
121+
<script>
122+
var mobileBtn = function f() {
123+
var toggleMenu = document.getElementsByClassName("menu-toggle")[0];
124+
var mobileMenu = document.getElementById("mobile-menu");
125+
if(toggleMenu.classList.contains("active")){
126+
toggleMenu.classList.remove("active")
127+
mobileMenu.classList.remove("active")
128+
}else{
129+
toggleMenu.classList.add("active")
130+
mobileMenu.classList.add("active")
131+
}
132+
}
133+
</script>
134+
<div class="main">
135+
136+
137+
138+
<div class="container">
139+
<div class="post-wrap tags">
140+
<h2 class="post-title">-&nbsp;Tag&nbsp;·&nbsp;CTF-</h2>
141+
</div>
142+
<div class="post-wrap archive">
143+
144+
145+
146+
147+
148+
<h3>2023</h3>
149+
150+
151+
<article class="archive-item">
152+
<a class="archive-item-link" href="/2023/02/07/CTF%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F/">CTF是什么?</a>
153+
<span class="archive-item-date">February 7, 2023</span>
154+
</article>
155+
156+
157+
</div>
158+
</div>
159+
160+
</div>
161+
<footer id="footer" class="footer">
162+
<div class="copyright">
163+
<span>© XMUTSEC | Powered by <a href="https://hexo.io" target="_blank">Hexo</a> & <a href="https://github.com/Siricee/hexo-theme-Chic" target="_blank">Chic</a></span>
164+
</div>
165+
</footer>
166+
167+
</div>
168+
</body>
169+
170+
</html>

0 commit comments

Comments
 (0)