-
Notifications
You must be signed in to change notification settings - Fork 0
/
archives.html
555 lines (542 loc) · 24.1 KB
/
archives.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
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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="F3real" />
<meta name="description" content="Security && programming randomness" />
<title>Recent Articles - EnSec blog</title>
<link href="https://f3real.github.io/theme/css/combined.css" rel="stylesheet" />
<!-- Feeds -->
</head>
<body data-spy="scroll" data-target="#scrollspy">
<div id="wrapper">
<!-- Sidebar -->
<nav id="sidebar-wrapper-small" class="twitchy-background">
<ul id="accordion-small" class="sidebar-nav sidebar-nav-small">
<li>
<a href="https://f3real.github.io" title="EnSec blog" class="collapsed">
<span class="fas fa-home"></span>
</a>
</li>
<li class="nav-divider"></li>
<li>
<a href="https://f3real.github.io/archives.html" title="Recent Articles" class="collapsed">
<span class="fas fa-th-list"></span>
</a>
</li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion-small" href="#collapse-social-small" title="Social" class="collapsed">
<i class="fas fa-users padding-small"></i>
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-social-small" class="collapse ">
<li>
<a href="https://github.com/F3real" title="Github"><i class="fab fa-github-square padding-small"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/stefan-ili%C4%87-61a004111" title="Linkedin"><i class="fab fa-linkedin padding-small"></i></a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li>
<a href="#" title="Back to top" class="collapsed">
<span class="fas fa-arrow-up"></span>
</a>
</li>
</ul>
</nav>
<nav id="sidebar-wrapper" class="twitchy-background">
<ul id="accordion" class="sidebar-nav">
<li class="sidebar-brand">
<a href="https://f3real.github.io/">
<span class="fas fa-home padding-small"></span>
EnSec blog
</a>
</li>
<li>
<a href="https://f3real.github.io/archives.html">
<span class="fas fa-th-list padding-small"></span>
Archives
</a>
</li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-social">
<i class="fas fa-users padding-small"></i>
Contact
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-social" class="sidebar_submenu collapse ">
<li>
<a href="https://github.com/F3real" title="Github">
<i class="fab fa-github-square padding-small"></i>
Github
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/stefan-ili%C4%87-61a004111" title="Linkedin">
<i class="fab fa-linkedin padding-small"></i>
Linkedin
</a>
</li>
</ul></li>
<li class="nav-divider"></li>
<li class="panel anti-panel"><ul id="collapse-pages" class="sidebar_submenu collapse ">
</ul></li>
<li class="nav-divider"></li>
<li>
<a data-toggle="collapse" data-parent="#accordion" href="#collapse-categories">
<i class="fas fa-folder-open padding-small"></i>
Categories
</a>
</li>
<li class="panel anti-panel"><ul id="collapse-categories" class="sidebar_submenu collapse ">
<li >
<a href="https://f3real.github.io/category/ctf.html">
<i class="fas fa-folder-open padding-small"></i>
ctf
<span class="badge badge-secondary float-right categorybadge">28</span>
</a>
</li>
<li >
<a href="https://f3real.github.io/category/misc.html">
<i class="fas fa-folder-open padding-small"></i>
misc
<span class="badge badge-secondary float-right categorybadge">15</span>
</a>
</li>
<li >
<a href="https://f3real.github.io/category/reversing.html">
<i class="fas fa-folder-open padding-small"></i>
reversing
<span class="badge badge-secondary float-right categorybadge">6</span>
</a>
</li>
<li >
<a href="https://f3real.github.io/category/tutorial.html">
<i class="fas fa-folder-open padding-small"></i>
tutorial
<span class="badge badge-secondary float-right categorybadge">5</span>
</a>
</li>
</ul></li>
</ul>
</nav>
<!-- /#sidebar-wrapper -->
<!-- open/close sidebar -->
<button onclick="toggleMenu();return false;" class="btn btn-primary" id="menu-toggle">
<span id="right-arrow" class="fas fa-chevron-right" title="expand sidebar"></span>
<span id="left-arrow" class="fas fa-chevron-left" title="minimize sidebar"></span>
</button>
<!-- /open/close sidebar -->
<!-- Page Content -->
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-10">
<header class="page-header">
<h1>Archive</h1>
</header>
</div>
</div>
<div class="row">
<div class="col-lg-10">
<article>
<h4>
<time datetime="2024-02-07T10:01:00+01:00"> Wed 07 February 2024</time>
<a href="https://f3real.github.io/asm-some.html">asm-some</a>
</h4>
</article>
<article>
<h4>
<time datetime="2021-08-28T10:01:00+02:00"> Sat 28 August 2021</time>
<a href="https://f3real.github.io/werbe_videoblocker.html">Werbe videoblocker</a>
</h4>
</article>
<article>
<h4>
<time datetime="2021-08-21T10:01:00+02:00"> Sat 21 August 2021</time>
<a href="https://f3real.github.io/ace_labs_puzzle.html">ACE labs puzzle</a>
</h4>
</article>
<article>
<h4>
<time datetime="2021-04-17T10:01:00+02:00"> Sat 17 April 2021</time>
<a href="https://f3real.github.io/sha_2017_title_case.html">SHA 2017 Title case</a>
</h4>
</article>
<article>
<h4>
<time datetime="2021-02-21T10:01:00+01:00"> Sun 21 February 2021</time>
<a href="https://f3real.github.io/automated_reasoning_satisfiability.html">Automated Reasoning: satisfiability</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-05-12T10:02:00+02:00"> Tue 12 May 2020</time>
<a href="https://f3real.github.io/drow.html">Drow ELF patcher</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-02-16T10:02:00+01:00"> Sun 16 February 2020</time>
<a href="https://f3real.github.io/w3challs_striptease.html">W3challs striptease</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-01-26T10:02:00+01:00"> Sun 26 January 2020</time>
<a href="https://f3real.github.io/xmlexploits.html">XML exploits</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-01-21T10:02:00+01:00"> Tue 21 January 2020</time>
<a href="https://f3real.github.io/hollowknight.html">Hollow Knight cheat</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-01-17T10:02:00+01:00"> Fri 17 January 2020</time>
<a href="https://f3real.github.io/goatcounter.html">GoatCounter</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-01-05T10:01:00+01:00"> Sun 05 January 2020</time>
<a href="https://f3real.github.io/opensubtitles_addon.html">Opensubtitles addon</a>
</h4>
</article>
<article>
<h4>
<time datetime="2020-01-02T10:01:00+01:00"> Thu 02 January 2020</time>
<a href="https://f3real.github.io/elf_prepender.html">ELF prepender</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-12-08T10:02:00+01:00"> Sun 08 December 2019</time>
<a href="https://f3real.github.io/duplicatehandle.html">Windows persistance DuplicateHandle</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-11-27T10:02:00+01:00"> Wed 27 November 2019</time>
<a href="https://f3real.github.io/malwaretech_vm1.html">Malwaretech VM 1 reversing challenge</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-11-16T10:02:00+01:00"> Sat 16 November 2019</time>
<a href="https://f3real.github.io/crackmes_one2.html">Crackmes one 7eRoM's 1st one challenge</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-11-09T10:02:00+01:00"> Sat 09 November 2019</time>
<a href="https://f3real.github.io/crackmes_one1.html">Crackmes one Mexican</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-11-09T10:01:00+01:00"> Sat 09 November 2019</time>
<a href="https://f3real.github.io/247ctf_1.html">247 CTF part 1</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-08-31T10:01:00+02:00"> Sat 31 August 2019</time>
<a href="https://f3real.github.io/chrome_pass.html">Chrome password extractor</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-06-24T10:01:00+02:00"> Mon 24 June 2019</time>
<a href="https://f3real.github.io/ascii_fractals.html">Ascii art && fractals</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-05-22T10:01:00+02:00"> Wed 22 May 2019</time>
<a href="https://f3real.github.io/pdqsort.html">Pdqsort</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-05-18T10:01:00+02:00"> Sat 18 May 2019</time>
<a href="https://f3real.github.io/timsort.html">Timsort</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-04-21T10:01:00+02:00"> Sun 21 April 2019</time>
<a href="https://f3real.github.io/spectre_v1.html">Spectre V1</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-04-17T10:01:00+02:00"> Wed 17 April 2019</time>
<a href="https://f3real.github.io/iat_hooking.html">IAT hooking</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-04-14T10:01:00+02:00"> Sun 14 April 2019</time>
<a href="https://f3real.github.io/implicit_dll_linking.html">Implicit dll linking</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-04-09T10:01:00+02:00"> Tue 09 April 2019</time>
<a href="https://f3real.github.io/mobisec_ctf2.html">MOBISEC CTF reversing 6-7</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-04-03T10:01:00+02:00"> Wed 03 April 2019</time>
<a href="https://f3real.github.io/mobisec_ctf1.html">MOBISEC CTF reversing 1-5</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-03-30T10:01:00+01:00"> Sat 30 March 2019</time>
<a href="https://f3real.github.io/ghost_dll_injection.html">Ghost dll injections</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-03-19T10:01:00+01:00"> Tue 19 March 2019</time>
<a href="https://f3real.github.io/utctf_supersecureauthentication.html">UTCTF 2019 Super Secure Authentication</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-03-12T10:01:00+01:00"> Tue 12 March 2019</time>
<a href="https://f3real.github.io/pragyan_supersecurevault.html">Pragyan CTF 2019 Super Secure Vault</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-03-11T10:01:00+01:00"> Mon 11 March 2019</time>
<a href="https://f3real.github.io/blockchain_ctf1213.html">Blockchain CTF Lvl. 12-13</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-03-06T10:01:00+01:00"> Wed 06 March 2019</time>
<a href="https://f3real.github.io/mutationobserver_mediaquery.html">Using MutationObserver and MediaQuery</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-01-25T10:01:00+01:00"> Fri 25 January 2019</time>
<a href="https://f3real.github.io/Ret2systems_theheist.html">Ret2 systems wargame</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-01-14T10:01:00+01:00"> Mon 14 January 2019</time>
<a href="https://f3real.github.io/Etherhacker_wargame.html">Etherhacker wargame Lvl. 1-4</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-01-13T10:01:00+01:00"> Sun 13 January 2019</time>
<a href="https://f3real.github.io/Ethernaut_wargame19.html">Ethernaut wargame Lvl. 19</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-01-04T10:01:00+01:00"> Fri 04 January 2019</time>
<a href="https://f3real.github.io/pwnadventure_sourcery2.html">Pwn Adventure Sourcery part 2</a>
</h4>
</article>
<article>
<h4>
<time datetime="2019-01-03T10:01:00+01:00"> Thu 03 January 2019</time>
<a href="https://f3real.github.io/pwnadventure_sourcery1.html">Pwn Adventure Sourcery part 1</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-27T10:01:00+01:00"> Thu 27 December 2018</time>
<a href="https://f3real.github.io/Ethernaut_wargame2022.html">Ethernaut wargame Lvl. 20-22</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-22T10:01:00+01:00"> Sat 22 December 2018</time>
<a href="https://f3real.github.io/blockchain_ctf1011.html">Blockchain CTF Lvl. 10-11</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-19T10:01:00+01:00"> Wed 19 December 2018</time>
<a href="https://f3real.github.io/blockchain_ctf69.html">Blockchain CTF Lvl. 6-9</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-17T10:01:00+01:00"> Mon 17 December 2018</time>
<a href="https://f3real.github.io/blockchain_ctf15.html">Blockchain CTF Lvl. 1-5</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-13T10:01:00+01:00"> Thu 13 December 2018</time>
<a href="https://f3real.github.io/bootstrap_googlefonts.html">Bootstrap css google fonts removal</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-09T10:01:00+01:00"> Sun 09 December 2018</time>
<a href="https://f3real.github.io/arcanesector_maze.html">Arcanesector maze solver</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-12-03T10:01:00+01:00"> Mon 03 December 2018</time>
<a href="https://f3real.github.io/CS1.6_SteamID.html">CS 1.6 Steam ID Changer</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-08-13T11:02:00+02:00"> Mon 13 August 2018</time>
<a href="https://f3real.github.io/tjctf_binary_part2.html">TJCTF Binary exploitation part 2</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-08-13T10:02:00+02:00"> Mon 13 August 2018</time>
<a href="https://f3real.github.io/tjctf_binary_part1.html">TJCTF Binary exploitation part 1</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-08-08T10:02:00+02:00"> Wed 08 August 2018</time>
<a href="https://f3real.github.io/picoCTF_lvl3ConfigConsole.html">PicoCTF 2017 Lvl3 Config Console</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-08-03T10:02:00+02:00"> Fri 03 August 2018</time>
<a href="https://f3real.github.io/hackable_ca_userManager.html">Hackable.ca User Manager</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-08-01T10:02:00+02:00"> Wed 01 August 2018</time>
<a href="https://f3real.github.io/pwnable_tw_start.html">Pwnable.tw start</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-07-30T10:02:00+02:00"> Mon 30 July 2018</time>
<a href="https://f3real.github.io/hackable_ca_easyROP.html">Hackable.ca Easy ROP</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-07-29T10:02:00+02:00"> Sun 29 July 2018</time>
<a href="https://f3real.github.io/picoCTF_lvl2Remaining.html">PicoCTF 2017 Lvl2 Remaining binary challenges</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-07-28T10:02:00+02:00"> Sat 28 July 2018</time>
<a href="https://f3real.github.io/picoCTF_lvl2GuessTheNumber.html">PicoCTF 2017 Lvl2 Guess the number</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-07-27T10:02:00+02:00"> Fri 27 July 2018</time>
<a href="https://f3real.github.io/picoCTF_lvl2Shells.html">PicoCTF 2017 Lvl2 Shells</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-07-27T10:01:00+02:00"> Fri 27 July 2018</time>
<a href="https://f3real.github.io/ryanCTF_inputValidation.html">RyanCTF Input Validation</a>
</h4>
</article>
<article>
<h4>
<time datetime="2018-07-23T10:01:00+02:00"> Mon 23 July 2018</time>
<a href="https://f3real.github.io/uphigh_lvl4.html">Uphigh CTF lvl. 4</a>
</h4>
</article>
</div>
</div>
<footer>
<hr>
<div class="row">
<div class="col-lg-10 text-center">
<p><small>
Built by <a href="http://docs.getpelican.com/en/latest">Pelican</a> / <a href="https://github.com/F3real/pelican-twitchy">pelican-twitchy</a>
· © 2024 F3real
</small></p>
</div>
</div>
</footer> </div>
</div>
<!-- /#page-content-wrapper -->
</div>
<!-- /#wrapper -->
<script>
const wrapper = document.getElementById('wrapper');
const sidebarBig = document.getElementById('sidebar-wrapper');
const sidebarSmall = document.getElementById('sidebar-wrapper-small');
const triggers = Array.from(document.querySelectorAll('[data-toggle="collapse"]'));
for (var i = 0; i < triggers.length; i++) {
triggers[i].addEventListener('click', (ev) => {
const elm = ev.currentTarget;
ev.preventDefault();
const selector = elm.getAttribute('href').replace('#','');
elm.classList.toggle('collapsed');
document.getElementById(selector).classList.toggle('show');
}, false);
}
function showBigNav() {;
sidebarBig.style.display = 'block';
sidebarSmall.style.display = 'none';
}
function showSmallNav() {
sidebarBig.style.display = 'none';
sidebarSmall.style.display = 'block';
}
const mediaQuery = window.matchMedia('(min-width:768px)');
mediaQuery.onchange = e => {
if (wrapper.classList.contains('toggled')) {
wrapper.classList.remove('toggled');
} else {
if (e.matches) {
showBigNav();
} else {
showSmallNav();
}
}
}
function setNavbar() {
var condition = wrapper.classList.contains('toggled');
if (!mediaQuery.matches) {
condition = !condition;
}
if (condition) {
showSmallNav();
} else {
showBigNav();
}
}
function toggleMenu(){
wrapper.classList.toggle('toggled');
setNavbar();
}
window.onload = setNavbar;
</script>
<script data-goatcounter="https://f3real.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>