-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (74 loc) · 3.73 KB
/
index.html
File metadata and controls
108 lines (74 loc) · 3.73 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.92.2" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>{name: 'Alex McCoy', siteType: 'Blog'} | Home </title><meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta property="og:image" content=""/>
<link rel="alternate" type="application/rss+xml" href="https://blog.alex-mccoy.uk/index.xml" title="{name: 'Alex McCoy', siteType: 'Blog'}" />
<meta property="og:title" content="{name: 'Alex McCoy', siteType: 'Blog'}" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://blog.alex-mccoy.uk/" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="{name: 'Alex McCoy', siteType: 'Blog'}"/>
<meta name="twitter:description" content=""/>
<script src="https://blog.alex-mccoy.uk/js/feather.min.js"></script>
<link href="https://blog.alex-mccoy.uk/css/fonts.b685ac6f654695232de7b82a9143a46f9e049c8e3af3a21d9737b01f4be211d1.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="https://blog.alex-mccoy.uk/css/main.40ca3a860425083862b7ebd55447caec5c4384573f0cb098b8d06a91e8dace2e.css" />
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://blog.alex-mccoy.uk/css/dark.726cd11ca6eb7c4f7d48eb420354f814e5c1b94281aaf8fd0511c1319f7f78a4.css" disabled />
</head>
<body>
<div class="content">
<header>
<div class="main">
<a href="https://blog.alex-mccoy.uk/">{name: 'Alex McCoy', siteType: 'Blog'}</a>
</div>
<nav>
<a href="/">Home</a>
<a href="/posts">All Posts</a>
| <a id="dark-mode-toggle" onclick="toggleTheme()" href=""></a>
<script src="https://blog.alex-mccoy.uk/js/themetoggle.js"></script>
</nav>
</header>
<main class="list">
<div class="site-description"><p>A collection of mostly coherent technical ramblings from an aspiring infosec professional.</p></div>
<section class="list-item">
<h1 class="title"><a href="/posts/books-you-might-want-to-read/">Books You Might Want to Read</a></h1>
<time>May 11, 2022</time>
<br><div class="description">
A collection of excellent infosec-related books I've found so far
</div>
<a href="/posts/books-you-might-want-to-read/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/abusing-sharepoint-api/">Email Spoofing: Abusing the SharePoint REST API</a></h1>
<time>Feb 18, 2022</time>
<br><div class="description">
Demonstration of how default SharePoint behaviour can be problematic if abused.
</div>
<a href="/posts/abusing-sharepoint-api/">Read more ⟶</a>
</section>
<section class="list-item">
<h1 class="title"><a href="/posts/hello-world/">Hello, World!</a></h1>
<time>Feb 18, 2022</time>
<br><div class="description">
I finally got around to making a blog!
</div>
<a href="/posts/hello-world/">Read more ⟶</a>
</section>
</main>
<footer>
<div style="display:flex"><a class="soc" href="https://github.com/Trefonix" title="GitHub"><i data-feather="github"></i></a><a class="soc" href="https://twitter.com/alexmccoy41/" title="Twitter"><i data-feather="twitter"></i></a></div>
<div class="footer-info">
2022 © Alex McCoy | <a
href="https://github.com/athul/archie">Archie Theme</a> | <a href="https://gohugo.io">Hugo</a> is pretty cool, check it out!
</div>
</footer>
<script>
feather.replace()
</script>
</div>
</body>
</html>