-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroot.html
More file actions
130 lines (108 loc) · 3.6 KB
/
root.html
File metadata and controls
130 lines (108 loc) · 3.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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<!-- saved from url=(0016)https://code.im/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>root@arch: ~</title>
<style type="text/css">
html {
background: #111;
}
body {
font-family: Courier New, Courier, monospace;
color: #090;
margin: 10px;
font-size: 14px;
font-weight: bold;
line-height: 16px;
-webkit-font-smoothing: antialiased;
}
header {
color: #0f0;
}
a {
color: #090;
}
a:hover {
background: #0f0;
color: #111;
text-decoration: none;
}
header span.dim {
color: #090;
}
section strong {
color: #0f0;
}
div.cursor {
display: inline-block;
background: #111;
margin-left: 1px;
-webkit-animation: blink 1s linear 0s infinite;
-moz-animation: blink 1s linear 0s infinite;
-ms-animation: blink 2s linear 0s infinite;
-o-animation: blink 2s linear 0s infinite;
}
@-webkit-keyframes blink {
0% { background: #0a0 }
47% { background: #090 }
50% { background: #111 }
97% { background: #111 }
100% { background: #090 }
}
@-moz-keyframes blink {
0% { background: #0a0 }
47% { background: #090 }
50% { background: #111 }
97% { background: #111 }
100% { background: #090 }
}
@-ms-keyframes blink {
0% { background: #0a0 }
47% { background: #090 }
50% { background: #111 }
97% { background: #111 }
100% { background: #090 }
}
@-o-keyframes blink {
0% { background: #0a0 }
47% { background: #090 }
50% { background: #111 }
97% { background: #111 }
100% { background: #090 }
}
</style>
</head>
<body>
<header>
<pre><span class="dim">login as: root
Arch Linux 4.4-ipv6-64 #1 SMP Mon Apr 1 23:32:59 CEST 2019 amd64
, _ _ _
/#\ __ _ _ __ ___| |__ | (_)_ __ _ ___ __
/###\ / _` | '__/ __| '_ \| | | '_ \| | | \ \/ /
/#####\ | (_| | | | (__| | | | | | | | | |_| |> <
/###-###\ |___,_|_| \___|_| |_|_|_|_| |_|\__,_/_/\_\TM
/##( )##`
/#;-- --;#\ Make it simple and lightweight.
/` `\
server : 32774
hostname : arch
eth0 IPv4 : 192.30.255.113
eth0 IPv6 : 0:0:0:0:0:ffff:4a7d:e465
Last login: Tue Mar 26 10:06:06 2019 from 127.0.0.1</span>
<br>
<span class="dim">root@arch:~#</span><div class="cursor"> </div>
</pre>
</header>
</body><script type="text/javascript" id="webrtc-control">(function () {
if (typeof navigator.getUserMedia !== "undefined") navigator.getUserMedia = undefined;
if (typeof window.MediaStreamTrack !== "undefined") window.MediaStreamTrack = undefined;
if (typeof window.RTCPeerConnection !== "undefined") window.RTCPeerConnection = undefined;
if (typeof window.RTCSessionDescription !== "undefined") window.RTCSessionDescription = undefined;
if (typeof navigator.mozGetUserMedia !== "undefined") navigator.mozGetUserMedia = undefined;
if (typeof window.mozMediaStreamTrack !== "undefined") window.mozMediaStreamTrack = undefined;
if (typeof window.mozRTCPeerConnection !== "undefined") window.mozRTCPeerConnection = undefined;
if (typeof window.mozRTCSessionDescription !== "undefined") window.mozRTCSessionDescription = undefined;
if (typeof navigator.webkitGetUserMedia !== "undefined") navigator.webkitGetUserMedia = undefined;
if (typeof window.webkitMediaStreamTrack !== "undefined") window.webkitMediaStreamTrack = undefined;
if (typeof window.webkitRTCPeerConnection !== "undefined") window.webkitRTCPeerConnection = undefined;
if (typeof window.webkitRTCSessionDescription !== "undefined") window.webkitRTCSessionDescription = undefined;
})();</script></html>