forked from r3kapig/writeup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (188 loc) · 8.66 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/logo.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/img/logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/logo.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>Welcome to our writeup! | r3kapig</title>
<meta property="og:title" content="r3kapig writeup" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Writeup for Welcome to our writeup!" />
<meta property="og:description" content="Writeup for Welcome to our writeup!" />
<link rel="canonical" href="https://r3kapig.com/writeup/" />
<meta property="og:url" content="https://r3kapig.com/writeup/" />
<meta property="og:site_name" content="r3kapig" />
<link type="text/css" rel="stylesheet" href="./assets/css/github-markdown.css">
<link type="text/css" rel="stylesheet" href="./assets/css/pilcrow.css">
<link type="text/css" rel="stylesheet" href="./assets/css/hljs-github.min.css"/>
<link type="text/css" rel="stylesheet" href="./assets/css/bootstrap-4.0.0-beta.3.min.css">
<script type="text/javascript" src="./assets/js/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="./assets/js/bootstrap-4.0.0-beta.3.min.js"></script>
<script type="text/javascript" src="./assets/js/popper-1.14.3.min.js"></script>
<script type="text/javascript" src="./assets/js/mathjax-2.7.4/MathJax.js?config=TeX-MML-AM_CHTML"></script>
</head>
<style>
body {
padding-top: 56px;
}
.sticky-offset {
top: 56px;
}
#body-row {
margin-left:0;
margin-right:0;
}
#sidebar-container {
min-height: 100vh;
background-color: #333;
padding: 0;
}
/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
width: 230px;
}
.sidebar-collapsed {
width: 60px;
}
/* Menu item*/
#sidebar-container .list-group a {
height: 50px;
color: white;
}
/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
height: 45px;
padding-left: 60px;
}
.sidebar-submenu {
font-size: 0.9rem;
}
/* Separators */
.sidebar-separator-title {
background-color: #333;
height: 35px;
}
.sidebar-separator {
background-color: #333;
height: 25px;
}
.logo-separator {
background-color: #333;
height: 60px;
}
/*
active scrollspy
*/
.list-group-item.active {
border-color: transparent;
border-left: #e69138 solid 4px;
}
/*
anchor padding top
https://stackoverflow.com/a/28824157
*/
:target:before {
content:"";
display:block;
height:56px; /* fixed header height*/
margin:-56px 0 0; /* negative fixed header height */
}
</style>
<script>
// https://stackoverflow.com/a/48330533
$(window).on('activate.bs.scrollspy', function (event) {
let active_collapse = $($('.list-group-item.active').parents()[0]);
$(".collapse").removeClass("show");
active_collapse.addClass("show");
let parent_menu = $('a[href="#' + active_collapse[0].id + '"]');
$('a[href^="#submenu"]').css("border-left", "");
parent_menu.css("border-left","#e69138 solid 4px");
});
// http://docs.mathjax.org/en/latest/tex.html#tex-and-latex-math-delimiters
MathJax.Hub.Config({
tex2jax: {
inlineMath: [['$','$'], ['\\(','\\)']],
processEscapes: true
}
});
</script>
<body style="position: relative;" data-spy="scroll" data-target=".sidebar-submenu" data-offset="70">
<nav class="navbar navbar-expand-md navbar-light bg-light fixed-top">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="../">
<img src="https://r3kapig.com/assets/img/logo.png" class="d-inline-block align-top" alt="" width="30" height="30">
<span class="menu-collapsed">r3kapig / writeup</span>
</a>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav my-2 my-lg-0">
<li class="nav-item dropdown d-sm-block d-md-none">
<iframe src="https://ghbtns.com/github-btn.html?user=r3kapig&repo=writeup&type=watch&count=true&size=large&v=2" frameborder="0" scrolling="0" width="140px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=r3kapig&repo=writeup&type=star&count=true&size=large" frameborder="0" scrolling="0" width="140px" height="30px"></iframe>
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
welcome-to-our-writeup!
</a>
<div class="dropdown-menu" aria-labelledby="smallerscreenmenu">
</div>
</li>
<li class="nav-item dropdown d-sm-block d-md-none">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
writeups
</a>
<div class="dropdown-menu" aria-labelledby="smallerscreenmenu">
</div>
</li>
<li class="nav-item dropdown d-sm-block d-md-none">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
questions
</a>
<div class="dropdown-menu" aria-labelledby="smallerscreenmenu">
</div>
</li>
</ul>
</div>
<div class="navbar-collapse collapse w-100 order-3 dual-collapse2">
<ul class="navbar-nav ml-auto">
<iframe src="https://ghbtns.com/github-btn.html?user=r3kapig&repo=writeup&type=watch&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=r3kapig&repo=writeup&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
</ul>
</div>
</nav>
<div class="row" id="body-row">
<div class="col-12 py-3">
<article class="markdown-body"><h2 id="welcome-to-our-writeup!"><a class="header-link" href="#welcome-to-our-writeup!"></a>Welcome to our writeup!</h2>
<p>r3kapig is a united CTF Team mostly emerges from Eur3kA and FlappyPig since 2018.</p>
<p>r3kapig is a delicious dish that can be grilled and fried, and the mission of the team is to provide the most delicious food for the host. :P</p>
<p>We are publishing our official writeups here. For more information, please refer to <a href="https://r3kapig.com">our website</a>.</p>
<h2 id="writeups"><a class="header-link" href="#writeups"></a>Writeups</h2>
<ul class="list">
<li><a href="20190323-0ctf">20190323-0ctf</a>: 0CTF/TCTF 2019 Quals Writeup</li>
<li><a href="20190528-qwb">20190528-qwb</a>: 强网杯线上赛 Writeup</li>
<li><a href="20190601-defconchina">20190601-defconchina</a>: Defcon China CTF(BCTF) 1.0 Writeup</li>
<li><a href="20190617-qwbfinal">20190617-qwbfinal</a>: MTP write up</li>
<li><a href="20190904-tokyowesterns">20190904-tokyowesterns</a>: TokyoWesterns CTF 5th 2019 WriteUp</li>
<li><a href="20191018-hitcon-quals">20191018-hitcon-quals</a>: HITCON CTF 2019 Writeup</li>
<li><a href="20200504-Easy-PHP-UAF">20200504-Easy-PHP-UAF</a>: Easy PHP UAF</li>
<li><a href="20200507-De1taCTF-BroadcastTest">20200507-De1taCTF-BroadcastTest</a>: BroadcastTest</li>
</ul>
<h2 id="questions"><a class="header-link" href="#questions"></a>Questions</h2>
<p>If you have any question regarding our writeups, please feel free to <a href="https://github.com/r3kapig/writeup/issues">create an issue</a> in the writeup repository.</p>
<hr>
<p><small>The writeup page is inspired by <a href="https://github.com/balsn/ctf_writeup">balsn/ctf_writeup</a>. Respective copyrights apply.</small></p>
</article>
</div>
</div>
</body>
</html>
<!--
This page is modified from the template https://www.codeply.com/go/7XYosZ7VH5 by Carol Skelly (@iatek).
This writeup site is cloned and modified from https://github.com/balsn/ctf_writeup.
Respective Copyrights apply.
-->