-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
80 lines (71 loc) · 3.27 KB
/
index2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>Cristhian Amaya</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="https://camaya.co/theme/css/poole.css" />
<link rel="stylesheet" href="https://camaya.co/theme/css/hyde.css" />
<link rel="stylesheet" href="https://camaya.co/theme/css/syntax.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<!-- RSS -->
</head>
<body>
<div class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<h1>
<a href="/">
<img class="profile-picture" src="https://camaya.co/images/avatar.jpg">
Cristhian Amaya
</a>
</h1>
<p class="lead"></p>
<p class="lead">I make and break stuff in equal measure. </p>
<p></p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="https://twitter.com/_camaya" target="_blank">
<i class="fa fa-twitter"></i>
</a>
<a class="sidebar-nav-item" href="https://github.com/camaya" target="_blank">
<i class="fa fa-github"></i>
</a>
</nav>
</div>
</div> <div class="content container">
<div class="posts">
<div class="post">
<h1 class="post-title" href="https://camaya.co/posts/2016/05/22/how-i-learnt-to-generate-custom-word-lists-with-crunch#how-i-learnt-to-generate-custom-word-lists-with-crunch">
<a href="https://camaya.co/posts/2016/05/22/how-i-learnt-to-generate-custom-word-lists-with-crunch">How I learnt to generate custom word lists with Crunch</a>
</h1>
<span class="post-date">2016 May 22</span>
<p>
<p>As I said on <a href="https://camaya.co/posts/2016/05/09/hello-world">my first post</a>, I'm taking a course on Ethical Hacking and in one of the exercises I had to exploit a Windows 7 machine. I learnt a lot trying to get into that system and one of those things was how to generate word lists using …</p>
</p>
<a class="read-more" href="posts/2016/05/22/how-i-learnt-to-generate-custom-word-lists-with-crunch">Continue reading »</a>
</div>
<div class="post">
<h1 class="post-title" href="https://camaya.co/posts/2016/05/09/hello-world#hello-world">
<a href="https://camaya.co/posts/2016/05/09/hello-world">Hello World!</a>
</h1>
<span class="post-date">2016 May 09</span>
<p>
<p>In the past, I had thought about starting a blog, but it never was more than that, a thought. Until today.</p>
<p>Today, while I was helping a colleague with a problem, I realised that I don't really know how I got to know all I know as today.
Of course …</p>
</p>
<a class="read-more" href="posts/2016/05/09/hello-world">Continue reading »</a>
</div>
</div>
<div class="pagination">
<span class="pagination-item older"><a href="https://camaya.co/index.html">Newer</a></span>
</div>
</div>
</body>
</html>