-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
81 lines (73 loc) · 3.14 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
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<title>EpsilonCoder</title>
<link rel="stylesheet" href="index.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
</head>
<body>
<audio id="myAudio" autoplay>
<source
src="https://dl.dropbox.com/s/91ugpc7kvahpslj/fast-pace-typing-on-mechanical-keyboard-1-www.fesliyanstudios.com.mp3"
type="audio/mp3">
<source
src="https://dl.dropbox.com/s/91ugpc7kvahpslj/fast-pace-typing-on-mechanical-keyboard-1-www.fesliyanstudios.com.ogg"
type="audio/mpeg">
</audio>
<pre>
# $$$$$$$$\ $$$$$$$\ $$$$$$\ $$$$$$\ $$\ $$$$$$\ $$\ $$\$$\ $$
# $$ _____|$$ __$$\ $$ __$$\ \_$$ _|$$ | $$ __$$\ $$$\ $$ | |
# $$ | $$ | $$ |$$ / \__| $$ | $$ | $$ / $$ |$$$$\ $$ | | |
# $$$$$\ $$$$$$$ |\$$$$$$\ $$ | $$ | $$ | $$ |$$ $$\$$ |$$| |
# $$ __| $$ ____/ \____$$\ $$ | $$ | $$ | $$ |$$ \$$$$ |$$| |
# $$ | $$ | $$\ $$ | $$ | $$ | $$ | $$ |$$ |\$$$ | |
# $$$$$$$$\ $$ | \$$$$$$ |$$$$$$\ $$$$$$$$\ $$$$$$ |$$ | \$$ |
# \______|\__| \______/ \______|\________| \______/ \__| \__|
</pre>
<table id="table"></table>
<canvas id="animation"></canvas>
<div id="main">
UserId : Epsilon <br>
Password : *************<br><br>
<p id="line1">
<font class="red">Epsilon@root:</font>
<font class="blue">~</font>
<font class="white">$</font>
</p>
<br>
<p id="code">
#include<conio.h><br>
#include<stdlib.h><br>
void main()<br>
{<br>
clrscr();<br>
system("C:\\Windows\\System32\\ipconfig");
<br>
getch();<br>
} <br>
<div class="progress">
<div class="progress-value"></div>
</div>
<p id="line2">
<font class="red">epsilon@root:</font>
<font class="blue">~</font>
<font class="white">$</font> nmap -sV <font id="nmap"></font>
</p>
<p id="code2">
Starting Nmap 7.80 ( https://nmap.org ) UTC Nmap scan report for
ec2-34-218-62-116.us-west-2.compute.amazonaws.com <font id="startnmap"></font> <br>
Host is up (8.30s latency).<br>
Service detection performed. Please report any incorrect results at https://nmap.org/submit/
Nmap done: 1 IP address (1 host up) scanned in 4.87 seconds
<div id="progress">
<div class="progress-value"></div>
</div>
</p>
</div>
<script src="script.js"></script>
<script src="https://api.ipify.org?format=jsonp&callback=getIP"></script>
</body>
</html>