This repository was archived by the owner on Aug 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (41 loc) · 2.17 KB
/
Copy pathindex.html
File metadata and controls
50 lines (41 loc) · 2.17 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WIKI • ESP-HACK</title>
<link rel="stylesheet" href="css/style.css" />
<script src="js/site-nav.js?v=5" defer></script>
</head>
<body>
<div class="lang-switch lang-switch--ru" role="navigation" aria-label="Язык">
<div class="lang-switch__track">
<span class="lang-switch__thumb" aria-hidden="true"></span>
<span class="lang-switch__opt lang-switch__opt--current" aria-current="page">RU</span>
<a href="en/index.html" class="lang-switch__opt">EN</a>
</div>
</div>
<div class="shell shell--nav-left">
<aside class="sidebar" aria-label="Навигация по разделам">
<div class="sidebar__inner">
<a class="sidebar__brand" href="https://github.com/Teapot174/ESP-HACK" aria-label="ESP-HACK GitHub">ESP-HACK</a>
<nav aria-label="Разделы вики">
<div id="site-nav-container"></div>
</nav>
</div>
</aside>
<main class="content">
<div class="content__wrap">
<h1>Добро пожаловать в ESP-HACK WIKI!</h1>
<p>
ESP-HACK — мощная универсальная прошивка для ESP32, собранная для исследований и пентестинга радиочастот, Bluetooth, инфракрасных сигналов и GPIO-интеграций. Проект ориентирован на энтузиастов и пентестеров, желающих исследовать протоколы и устройства в суб-гигагерцовых диапазонах и в беспроводных технологиях.
</p>
<p>В этой вики собраны инструкции по прошивке, модулям и подключению оборудования.</p>
<figure class="flash-install-figure">
<img src="images/logo.png" alt="ESP-HACK" width="1024" height="768">
</figure>
</div>
</main>
</div>
</body>
</html>