-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchives.html
82 lines (71 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Metadata -->
<meta name="description" content="cfreal Charles Fol blog" />
<meta property="og:description" content="cfreal Charles Fol blog" />
<meta property="og:title" content="cfreal's blog" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="/images/profile.jpg" />
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>cfreal's blog - Archives</title>
<!-- CSS -->
<link href="//fonts.googleapis.com/" rel="dns-prefetch">
<link href="//fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic|Abril+Fatface|PT+Sans:400,400italic,700&subset=latin,latin-ext" rel="stylesheet">
<link rel="stylesheet" href="/theme/css/poole.css" />
<link rel="stylesheet" href="/theme/css/hyde.css" />
<link rel="stylesheet" href="/theme/css/syntax.css" />
<link rel="stylesheet" href="/theme/css/style.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.7.1/css/all.css" crossorigin="anonymous">
<!-- Feeds -->
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="cfreal's blog Full Atom Feed" />
<!-- Analytics -->
</head>
<body class="theme-base-0d">
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/">
<img class="profile-picture" src="/images/profile.jpg">
cfreal's blog
</a>
</h1>
<p class="lead"></p>
<p class="lead">Hacker.<br/>
Maintainer of <a href="https://github.com/ambionics/phpggc">PHPGGC</a>, <a href="https://github.com/cfreal/ten">ten</a>...<br/>
Previous <a href="/pages/research.html">research</a>.
</p>
<p></p>
</div>
<nav class="sidebar-social">
<a class="sidebar-social-item" href="https://twitter.com/cfreal_" target="_blank">
<i class="fab fa-twitter"></i>
</a>
<a class="sidebar-social-item" href="https://bsky.app/profile/cfreal.bsky.social" target="_blank">
<i class="fab fa-bluesky"></i>
</a>
<a class="sidebar-social-item" href="https://www.linkedin.com/in/charles-fol-85996b125" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a class="sidebar-social-item" href="https://github.com/cfreal" target="_blank">
<i class="fab fa-github"></i>
</a>
</nav>
</div>
</div> <div class="content container">
<h1>Archives for cfreal's blog</h1>
<dl>
<dt>jeu. 27 juin 2019</dt>
<dd><a href="/google-ctf-2019-glotto-writeup.html">Google CTF Quals 2019: GLotto Writeup</a></dd>
<dt>mer. 03 avril 2019</dt>
<dd><a href="/carpe-diem-cve-2019-0211-apache-local-root.html">CARPE (DIEM): CVE-2019-0211 Apache Root Privilege Escalation</a></dd>
</dl>
</div>
</body>
</html>