-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (40 loc) · 1.68 KB
/
index.html
File metadata and controls
44 lines (40 loc) · 1.68 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
<!DOCTYPE HTML>
<html>
<head>
<title>Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="content">
<div class="inner">
<h1>BLE Exploit - Home</h1>
<p>Pages contains the exploit for several Bluetooth Smart Devices. Exploit Link for the specific devices are mentioned below. Click on the device names to exploit further. Happy Learning!!!</p>
</div>
</div>
<nav>
<ul>
<li><button onclick="window.open('https://just2exploit.github.io/drtrust/','_blank')">DR.TRUST</button></li>
<li><button onclick="window.open('https://just2exploit.github.io/revogi/','_blank')">Revogi</button></li>
<li><button onclick="window.open('https://just2exploit.github.io/magicblue/','_blank')">MagicBlue</button></li>
<li><button onclick="window.open('https://just2exploit.github.io/ilink/','_blank')">ilink</button></li>
<li><button onclick="window.open('https://just2exploit.github.io/reflex/','_blank')">reflex</button></li>
</ul>
</nav>
</header>
<!-- Footer -->
<footer id="footer">
<p class="copyright">© just2exploit <a href="https://github.com/just2exploit">github</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>