mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-12 01:29:58 +01:00
52 lines
2.4 KiB
HTML
52 lines
2.4 KiB
HTML
<!Doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.8, minimal-ui">
|
|
<meta name="description" content="ESP8266 Deauther">
|
|
<meta name="author" content="Spacehuhn - Stefan Kremser">
|
|
<meta name="theme-color" content="#36393E" />
|
|
<title>ESP8266 Deauther</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<script src="js/site.js"></script>
|
|
</head>
|
|
<body onload="loadLang()">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-12">
|
|
<div id="error" class="hide"></div>
|
|
<h1 class="header" data-translate="warning">WARNING</h1>
|
|
<p class="centered" data-translate="disclaimer">
|
|
This project is a proof of concept for testing and educational purposes.<br>
|
|
Neither the ESP8266, nor its SDK was meant or build for such purposes. Bugs can occur!<br>
|
|
<br>
|
|
Use it only against your own networks and devices!<br>
|
|
<br>
|
|
It uses valid Wi-Fi frames described in the IEEE 802.11 standard and does not block or disrupt any frequencies.<br>
|
|
Please check the legal regulations in your country before using it.<br>
|
|
<br>
|
|
Please don't refer to this project as "jammer", that totally undermines the real purpose of this project!<br>
|
|
If you do, it only proves that you didn't understand anything of what this project stands for.<br>
|
|
Publishing content about this without without a proper explanation shows that you only do it for the clicks,
|
|
fame and/or money and have no respect for intellectual property, the community behind it and the fight for a better WiFi standard.<br>
|
|
<br>
|
|
For more information visit:
|
|
</p>
|
|
<p class="centered bold">
|
|
<a href="https://github.com/spacehuhn/esp8266_deauther">github.com/spacehuhn/esp8266_deauther</a><br>
|
|
<br>
|
|
<br>
|
|
<a class="button" href="scan.html" data-translate="disclaimer-button">I have read and understood the notice above</a>
|
|
</p>
|
|
<div id="copyright">
|
|
<a href="https://github.com/spacehuhn/esp8266_deauther/wiki" target="_blank">Wiki</a> | <a href="https://github.com/spacehuhn/esp8266_deauther" target="_blank">GitHub</a><br>
|
|
<br>
|
|
Version 2.5<br>
|
|
Copyright (c) 2020 Spacehuhn Technologies<br>
|
|
<a href="https://github.com/spacehuhn" target="_blank">github.com/spacehuhn</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |