-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (44 loc) · 1.93 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
<!DOCTYPE html>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<head>
<title>Konnor Klercke</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="scripts.js"></script>
</head>
<body>ProtOS 3.2.0 Shell
Login: klercke
Password:
Last Login: [insert date here]
Welcome to ProtOS 3.2.0 Shell
* LinkedIn:   <a href=https://linkedin.com/in/klercke>https://linkedin.com/in/klercke</a>
* Website:   <a href=https://z3r0d4y.dev>https://z3r0d4y.dev</a>
* Github:    <a href=https://github.com/klercke>https://github.com/klercke</a>
* Mastodon:   <a rel="me" href="https://infosec.exchange/@d0c">https://infosec.exchange/@d0c</a>
System information as of [current time]:
<table>
<tr>
<th>System load: [number]</th>
<th>Processes: [number] </th>
</tr>
<tr>
<th>Usage of /: [percent] of [size]</th>
<th>Users logged in: [number]</th>
</tr>
<tr>
<th>Memory usage: [percent]</th>
<th>IP address for eth0: 45.79.129.109</th>
</tr>
<tr>
<th>Swap usage: [percent]</th>
</tr>
</table>
Welcome to ProtOS 3.2.0
<span style="display: none;">
<!--These iframes are to allow JS to read the publicly accessible files-->
<iframe style="position:absolute; bottom: -5000px;" id="security.txt" src=".well-known/security.txt" style="display: none;"></iframe>
<iframe style="position:absolute; bottom: -5000px;" id="dnt-policy.txt" src=".well-known/dnt-policy.txt" style="display: none;"></iframe>
<iframe style="position:absolute; bottom: -5000px;" id="hall-of-fame.txt" src="hall-of-fame.txt" style="display: none;"></iframe>
<iframe style="position:absolute; bottom: -5000px;" id="pgp-key.txt" src="pgp-key.txt" style="display: none;"></iframe>
</span>
</body>