-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
164 lines (92 loc) · 5.7 KB
/
index.html
File metadata and controls
164 lines (92 loc) · 5.7 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
<head>
<meta charset="UTF-8">
<title>@Spirotot | Aaron Fields</title>
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="assets/css/style.css?v=c6b1216368" rel="stylesheet">
<link href="assets/css/colors-dark.css?v=c6b1216368" rel="stylesheet">
<link rel="canonical" href="http://blog.spirotot.com/">
<link rel="next" href="http://blog.spirotot.com/page/2/">
<meta property="og:site_name" content="@Spirotot | Aaron Fields">
<meta property="og:type" content="website">
<meta property="og:title" content="@Spirotot | Aaron Fields">
<meta property="og:url" content="http://blog.spirotot.com/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="@Spirotot | Aaron Fields">
<meta name="twitter:url" content="http://blog.spirotot.com/">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "@Spirotot | Aaron Fields",
"url": "http://blog.spirotot.com/"
}
</script>
<meta name="generator" content="Ghost 0.6">
<link rel="alternate" type="application/rss+xml" title="@Spirotot | Aaron Fields" href="http://blog.spirotot.com/rss/">
<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-36144970-1', 'auto');
ga('require','displayfeatures');
ga('send', 'pageview');
</script>
</head>
<body class="home-template">
<header id="header">
<h1><a href="http://blog.spirotot.com"> @Spirotot | Aaron Fields</a></h1>
<p></p>
</header>
<div id="page">
<div id="sidebar">
<nav>
<ul>
<li><a href="http://blog.spirotot.com">Home</a></li>
<li><a href="http://twitter.com/Spirotot">Twitter</a></li>
<li><a href="http://blog.spirotot.com/rss/">RSS Feed</a></li>
</ul>
</nav>
</div>
<div id="content">
<article class="post">
<h1><a href="2015/10/31/cycling-1-year-update/">Cycling: The 1-year Update</a></h1>
<div class="post-content"><p>In the past 52 weeks, I've ridden 4,700 miles, 3,045 of which are "car replacement" miles, which are miles that I would have otherwise driven in a car. The other ~1,650 were for fun. What a great year it's been. 52 weeks of riding almost every day.…</p></div>
</article>
<article class="post tag-linux tag-ctf tag-reverse-engineering tag-reversing tag-ida tag-ida-pro tag-polictf tag-hacking tag-qemu">
<h1><a href="2015/07/13/polictf-2015-am-i-cheating-reversing-writeup/">PoliCTF 2015 'Am I Cheating?' Reversing Writeup</a></h1>
<div class="post-content"><p>This challenge was available only via the torrent -- probably because of its large size (close to 4GB). Let's go! Decompress and run Decompressing the challenge's .tar.gz gets you this: > $ file * challdeb.img: QEMU QCOW Image (v2), 6442450944 bytes qemu: directory run_and_solve_me: ELF 64-bit LSB…</p></div>
</article>
<article class="post tag-ghost-tag tag-linux tag-blog tag-solarized tag-inconsolata tag-flux tag-vim tag-i3 tag-dotfiles">
<h1><a href="2015/04/15/why-does-this-blog-look-like-it-does/">Why Does This Blog Look Like It Does?</a></h1>
<div class="post-content"><p>When I like something, I tend to really like it. And, often to all involved parties' detriment and dismay, I tend to like to talk about the things that I like. For example, if you've ever talked with me before, you've probably heard words like 'Costco', 'bikes', 'Lenovo', or 'Linux'.…</p></div>
</article>
<article class="post tag-dakotacon tag-ctf tag-re tag-reverse-engineering tag-reversing tag-ida tag-ida-pro tag-debugging">
<h1><a href="2015/04/14/dakotacon-2015-re-challenge-c2-writeup/">Dakotacon 2015 RE Challenge C2 Writeup</a></h1>
<div class="post-content"><p>The Dakotacon C2 challenge was moderately difficult in that it actually required you to do a little programming work -- most of the other C-based challenges in this CTF allowed you to set a breakpoint at a smart place (e.g. right before strcmp()), and view the key in-memory. Instead…</p></div>
</article>
<article class="post">
<h1><a href="2014/12/08/for-reference-my-old-youtube-videos/">For Reference: My Old YouTube Videos</a></h1>
<div class="post-content"><p>I haven't made any YouTube videos since I was in school, but if you're interested in learning some really basic exploitation skillz (primarily stack-based exploitation), here's a link to check out my videos: https://www.youtube.com/user/Spirotot1/videos…</p></div>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 2</span>
<a class="older-posts" href="page/2/">Older Posts →</a>
</nav>
</div>
</div>
<footer id="footer">
<p class="copyright">Copyright © 2015 @Spirotot | Aaron Fields. Powered by <a href="http://ghost.org">Ghost</a>, theme by <a href="http://www.webmaster-source.com">Matt Harzewski</a></p>
</footer>
<script src="public/jquery.js?v=c6b1216368"></script>
<script src="assets/js/jquery.mobilemenu.min.js?v=c6b1216368"></script>
<script src="assets/js/prism.js?v=c6b1216368"></script>
<script>
$(document).ready(function(){
$('#sidebar nav ul').mobileMenu({'topOptionText': 'Menu', 'prependTo': '#sidebar nav'});
});
</script>
</body>