-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (66 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.71.1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title> ramblings of an aspiring hacker · ramblings of an aspiring hacker </title>
<link rel="stylesheet" href="https://ejohn.github.io/css/slim.css">
<link rel="stylesheet" href="https://ejohn.github.io/css/highlight.min.css">
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.ico">
<link href="https://ejohn.github.io/index.xml" rel="alternate" type="application/rss+xml" title="ramblings of an aspiring hacker" />
</head>
<body>
<div class="container">
<div class="header">
<h1 class="site-title"><a href="https://ejohn.github.io/">ramblings of an aspiring hacker</a></h1>
<p class="site-tagline"></p>
<div class="nav">
<a class="nav-btn" href="#">
<span class="ci ci-burger"></span>
</a>
<ul class="nav-list">
<li class="spacer">∾</li>
<li><a href="https://github.com/ejohn">Github</a></li>
</ul>
</div>
</div>
<div class="content">
<div class="posts">
<div class="post">
<h2 class="post-title"><a href="https://ejohn.github.io/posts/cereal-logger/">Cereal Logger</a></h2>
<span class="post-date">May 27, 2020</span>
</div>
<div class="post">
<h2 class="post-title"><a href="https://ejohn.github.io/posts/prime-elf/">Prime ELF</a></h2>
<span class="post-date">Oct 20, 2013</span>
</div>
<div class="post">
<h2 class="post-title"><a href="https://ejohn.github.io/posts/csaw-2013-exploitation-200/">CSAW Exploitation 200 [2013]</a></h2>
<span class="post-date">Sep 23, 2013</span>
</div>
<div class="post">
<h2 class="post-title"><a href="https://ejohn.github.io/posts/csaw-2013-exploitation-300/">CSAW Exploitation 300 [2013]</a></h2>
<span class="post-date">Sep 23, 2013</span>
</div>
</div>
<div class="pagination">
</div>
</div>
<div class="footer">
<p>-</p>
</div>
</div>
<script src="https://ejohn.github.io/js/slim.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44281103-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>