-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (74 loc) · 2.82 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elysium Suite</title>
<link href="https://rsms.me/inter/inter.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"
integrity="sha512-NmLkDIU1C/C88wi324HBc+S2kLhi08PN5GDeUVVVC/BVt/9Izdsc9SVeVfA1UZbY3sHUlDSyRXhCzHfr6hmPPw=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./index.min.css" />
<link rel="shortcut icon" type="image/png" href="./logo.png" />
<link rel="icon" type="image/png" href="./logo.png" />
<meta name="keywords" content="cybersecurity, vulnerability, scoring">
<meta name="description" content="Defensive cybersecurity training suite focused on vulnerability remediation and system compliance">
<meta name="image" content="https://elysium-suite.netlify.app/logo.png">
<meta property="og:image" content="https://elysium-suite.netlify.app/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
</head>
<body>
<div class="main">
<h1>The Elysium Suite</h1>
<p>
Defensive cybersecurity training suite focused on vulnerability
remediation and system compliance
</p>
<div class="as">
<div class="tooltip">
<a href="https://github.com/elysium-suite/aeacus" class="a1"
>aeacus</a
>
<div class="bottom">Vulnerability remediation scoring system</div>
</div>
<div class="tooltip">
<a href="https://github.com/elysium-suite/sarpedon" class="a2"
>sarpedon</a
>
<div class="bottom">Simple and fast aeacus endpoint</div>
</div>
<div class="tooltip">
<a href="https://github.com/elysium-suite/minos" class="a3">minos</a>
<div class="bottom">A CyberPatriot-like NSMC scoring engine</div>
</div>
<div class="tooltip">
<a href="https://github.com/elysium-suite/daedalus" class="a4"
>daedalus</a
>
<div class="bottom">
A discord bot built to pull CSS scores from Minos
</div>
</div>
<div class="tooltip">
<a href="https://github.com/elysium-suite/orthrus.rs" class="a5"
>orthrus.rs</a
>
<div class="bottom">
A faster and more secure endpoint for Cerberus
</div>
</div>
<div class="tooltip">
<a href="https://github.com/elysium-suite/cerberus" class="a6"
>cerberus</a
>
<div class="bottom">
A GUI wrapper for Aeacus for vulnerability configuration
</div>
</div>
</div>
</div>
</body>
</html>