-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction.html
More file actions
66 lines (57 loc) · 3.09 KB
/
introduction.html
File metadata and controls
66 lines (57 loc) · 3.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Welcome!</title>
<link rel="stylesheet" href="/theme/css/main.css" />
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="nothing0x00 Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/">nothing0x00 <strong>Reflections on Hacking, Information Theory and Random Ephemera</strong></a></h1>
<nav><ul>
<li><a href="/pages/about.html">About Me</a></li>
<li><a href="/pages/contact.html">Contact</a></li>
</ul>
</nav>
<div id="submenu">
<ul>
<li><a href="/category/ctf.html">CTF</a></li>
<li class="active"><a href="/category/introduction.html">Introduction</a></li>
</ul>
<div>
</header><!-- /#banner -->
<section id="content" class="body">
<article>
<header>
<h1 class="entry-title">
<a href="/introduction.html" rel="bookmark"
title="Permalink to Welcome!">Welcome!</a></h1>
</header>
<div class="entry-content">
<footer class="post-info">
<span>Mon 10 February 2020</span>
<span>| tags: <a href="/tag/intro.html">#intro</a></span>
</footer><!-- /.post-info --> <p>I guess the place where these things are supposed to start is that I should probably mention a bit about myself. I come into the security space from a background in academia, though the current state of academia is no place for someone trying to both pay bills and eat. So, I went into the only other thing I could both do and enjoy, what is loosely referred to as the information security space, specifically OSINT research and then pentesting.</p>
<p>Collected here will be posts about security research, CTF writeups, tool releases and the like. Hopefully they will prove useful and contribute to the furtherance of privacy, security and digital freedom.</p>
</div><!-- /.entry-content -->
</article>
</section>
<section id="extras" class="body">
<div class="social">
<h2>social</h2>
<ul>
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://github.com/nothing0x00">github</a></li>
<li><a href="https://twitter.com/nothing0x00">twitter</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
</body>
</html>