-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategories.html
More file actions
306 lines (199 loc) · 8.77 KB
/
categories.html
File metadata and controls
306 lines (199 loc) · 8.77 KB
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Categories</title>
<meta name="author" content="Dany Bach">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="/assets/resources/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="/assets/resources/syntax/syntax.css" rel="stylesheet">
<link href="/assets/css/style.css" rel="stylesheet">
<!-- Le fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<link rel="alternate" type="application/rss+xml" title="" href="/feed.xml">
</head>
<body>
<nav class="navbar navbar-default visible-xs" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a type="button" class="navbar-toggle nav-link" href="http://github.com/rioru">
<i class="fa fa-github"></i>
</a>
<a type="button" class="navbar-toggle nav-link" href="http://twitter.com/ddxhunter">
<i class="fa fa-twitter"></i>
</a>
<a type="button" class="navbar-toggle nav-link" href="mailto:d@nyba.ch">
<i class="fa fa-envelope"></i>
</a>
<a class="navbar-brand" href="/">
<img src="//www.gravatar.com/avatar/2739b0948f46f03e9c65623b8bb69e9e?s=35" class="img-circle" />
dba
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="/">Home</a></li>
<li><a href="/categories.html">Categories</a></li>
<li><a href="/tags.html">Tags</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</nav>
<!-- nav-menu-dropdown -->
<div class="btn-group hidden-xs" id="nav-menu">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-bars"></i>
</button>
<ul class="dropdown-menu" role="menu">
<li><a href="/"><i class="fa fa-home"></i>Home</a></li>
<li><a href="/categories.html"><i class="fa fa-folder"></i>Categories</a></li>
<li><a href="/tags.html"><i class="fa fa-tags"></i>Tags</a></li>
<li class="divider"></li>
<li><a href="#"><i class="fa fa-arrow-up"></i>Top of Page</a></li>
</ul>
</div>
<div class="col-sm-3 sidebar hidden-xs" style="">
<!-- sidebar.html -->
<header class="sidebar-header" role="banner">
<a href="/">
<img src="//www.gravatar.com/avatar/2739b0948f46f03e9c65623b8bb69e9e?s=150" class="img-circle" />
</a>
<h3 class="title">
<a href="/">dba</a>
</h3>
</header>
<div id="bio" class="text-center">
A generic security blog by a pentester.<br>Belgium, Paris and now Leeds
</div>
<div id="contact-list" class="text-center">
<ul class="list-unstyled list-inline">
<li>
<a class="btn btn-default btn-sm" href="https://github.com/rioru">
<i class="fa fa-github-alt fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="https://twitter.com/ddxhunter">
<i class="fa fa-twitter fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="mailto:d@nyba.ch">
<i class="fa fa-envelope fa-lg"></i>
</a>
</li>
</ul>
<ul id="contact-list-secondary" class="list-unstyled list-inline">
<li>
<a class="btn btn-default btn-sm" href="https://linkedin.com/in/danybach">
<i class="fa fa-linkedin fa-lg"></i>
</a>
</li>
<li>
<a class="btn btn-default btn-sm" href="/feed.xml">
<i class="fa fa-rss fa-lg"></i>
</a>
</li>
</ul>
</div>
<!-- sidebar.html end -->
</div>
<div class="col-sm-9 col-sm-offset-3">
<div class="page-header">
<h1>Categories </h1>
</div>
<div class="col-sm-3 col-xs-6">
<ul class="nav nav-tabs-vertical cat-tag-menu">
<li>
<a href="#general-ref">
General <span class="badge pull-right">1</span>
</a>
</li>
<li>
<a href="#pentest-ref">
Pentest <span class="badge pull-right">1</span>
</a>
</li>
<li>
<a href="#web-ref">
Web <span class="badge pull-right">2</span>
</a>
</li>
<li>
<a href="#ctf-ref">
Ctf <span class="badge pull-right">2</span>
</a>
</li>
<li>
<a href="#ppm-ref">
Ppm <span class="badge pull-right">1</span>
</a>
</li>
</ul>
</div>
<!-- Tab panes -->
<div class="tab-content col-sm-9 col-xs-6">
<div class="tab-pane" id="general-ref">
<h2 style="margin-top: 0px">Posts in General</h2>
<ul class="list-unstyled">
<li style="line-height: 35px;"><a href="/general/2017/03/07/mandatory-hello-world.html">Mandatory Hello World</a> <span class="text-muted">- March 07, 2017</span></li>
</ul>
</div>
<div class="tab-pane" id="pentest-ref">
<h2 style="margin-top: 0px">Posts in Pentest</h2>
<ul class="list-unstyled">
<li style="line-height: 35px;"><a href="/pentest/web/2017/03/28/from-unauthenticated-to-root-supervision.html">From unauthenticated to root on a supervision appliance</a> <span class="text-muted">- March 28, 2017</span></li>
</ul>
</div>
<div class="tab-pane" id="web-ref">
<h2 style="margin-top: 0px">Posts in Web</h2>
<ul class="list-unstyled">
<li style="line-height: 35px;"><a href="/ctf/web/2017/08/27/ctf-writeup-hackit-2017-web200.html">CTF Write-Up - HackIT CTF 2017 Web200</a> <span class="text-muted">- August 27, 2017</span></li>
<li style="line-height: 35px;"><a href="/pentest/web/2017/03/28/from-unauthenticated-to-root-supervision.html">From unauthenticated to root on a supervision appliance</a> <span class="text-muted">- March 28, 2017</span></li>
</ul>
</div>
<div class="tab-pane" id="ctf-ref">
<h2 style="margin-top: 0px">Posts in Ctf</h2>
<ul class="list-unstyled">
<li style="line-height: 35px;"><a href="/ctf/ppm/2017/12/10/ctf-writeup-seccon-2017-rubiks.html">CTF Write-up - SECCON 2017 Qubic Rube - Solving a Rubik's without force</a> <span class="text-muted">- December 10, 2017</span></li>
<li style="line-height: 35px;"><a href="/ctf/web/2017/08/27/ctf-writeup-hackit-2017-web200.html">CTF Write-Up - HackIT CTF 2017 Web200</a> <span class="text-muted">- August 27, 2017</span></li>
</ul>
</div>
<div class="tab-pane" id="ppm-ref">
<h2 style="margin-top: 0px">Posts in Ppm</h2>
<ul class="list-unstyled">
<li style="line-height: 35px;"><a href="/ctf/ppm/2017/12/10/ctf-writeup-seccon-2017-rubiks.html">CTF Write-up - SECCON 2017 Qubic Rube - Solving a Rubik's without force</a> <span class="text-muted">- December 10, 2017</span></li>
</ul>
</div>
</div>
<div class="clearfix"></div>
<footer>
<hr/>
<p>
© 2017 Dany Bach with <a href="http://jekyllrb.com/">Jekyll</a>. Theme: <a href="https://github.com/dbtek/dbyll">dbyll</a> by dbtek.
</p>
</footer>
</div>
<script type="text/javascript" src="/assets/resources/jquery/jquery.min.js"></script>
<script type="text/javascript" src="/assets/resources/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/app.js"></script>
</body>
</html>