-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.6 KB
/
index.html
File metadata and controls
44 lines (44 loc) · 1.6 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Infosecfacts Blog Posts</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}
div.column{display: inline-block; vertical-align: top; width: 50%;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
</style>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header id="title-block-header">
<h1 class="title">Infosecfacts Blog Posts</h1>
</header>
<ul>
<li><a href="content/Evading%20Defender%20with%20Python%20and%20Meterpreter%20Shellcode:%20Part%201.html">Evading Defender With Python And Meterpreter Shellcode: Part 1</a></li>
</ul>
<!-- Footer Links -->
<hr>
<script>
document.addEventListener("DOMContentLoaded", function () {
const user = "infosecfactsblog";
const domain = "gmail.com";
const email = `${user}@${domain}`;
const link = document.createElement("a");
link.href = `mailto:${email}`;
link.textContent = "Contact";
document.getElementById("email-link").appendChild(link);
});
</script>
<p style="text-align: center; font-size: 14px; color: #666;">
<a href="https://www.instagram.com/infosecfacts/" target="_blank">Instagram</a> |
<a href="https://github.com/infosecfacts" target="_blank">GitHub</a> |
<span id="email-link"></span>
</p>
</body>
</html>