-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 1.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>VULN-WPA2</title>
<link rel="stylesheet" href="css/terminal.css" />
<script type="module" defer src="js/main.js"></script>
</head>
<body>
<main class="main">
<section class="term">
<div class="term-history"></div>
<div class="prompt">
<div class="prompt-text">
<p>~ $</p>
</div>
<input spellcheck="false" type="textarea" />
</div>
</section>
<section class="panel">
<div class="tasks">
<div class="tasks-title">
<p>TASKS</p>
</div>
<div class="tasks-list"></div>
</div>
<div class="methodology">
<pre>
_ ____ ____ _ __ _ ______ ___ ___
| | / / / / / / / | / / | | / / __ \/ | |__ \
| | / / / / / / / |/ /____| | /| / / /_/ / /| | __/ /
| |/ / /_/ / /___/ /| /_____/ |/ |/ / ____/ ___ |/ __/
|___/\____/_____/_/ |_/ |__/|__/_/ /_/ |_/____/
</pre
>
<a href="./methodology.html" target="_blank"
><button class="methodology-btn">OPEN METHODOLOGY</button></a
>
</div>
<div class="auth">
<h2 class="auth-title">WIFI-28D</h2>
<form class="auth-form">
<label>Password:</label>
<input class="auth-input" type="password" id="password" />
<input class="auth-submit" type="submit" value="CONNECT" />
</form>
</div>
<footer class="footer">
<p>Made with <span class="footer-heart"><3</span> by Dante</p>
</footer>
</section>
</main>
</body>
</html>