Files
DeautherX-SRAciJa/web_interface/info.html
HLNikNiky c1b20e66dd Немного изменены менюшки страниц
Поменяны в коде компрессионные данные
2025-12-04 02:25:13 +07:00

90 lines
6.0 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="theme-color" content="#36393E">
<meta name="description" content="DeautherX">
<title>DeautherX</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="js/site.js"></script>
</head>
<body onload="loadLang()">
<nav>
<ul class="menu">
<li><a>NKSP DEAUTHERX</a></li>
<li><a>|</a></li>
<li><a href="scan.html" data-translate="scan">Scan</a></li>
<li><a>|</a></li>
<li><a href="ssids.html" data-translate="ssids">SSIDs</a></li>
<li><a href="attack.html" data-translate="attacks">Attack</a></li>
<li><a>|</a></li>
<li><a href="fsmanager.html" data-translate="settings">FileSystem</a></li>
<li><a href="settings.html" data-translate="settings">Settings</a></li>
</ul>
</nav>
<div id="status"></div>
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="header">Credits</h1>
<h2>Disclaimer</h2>
<p 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 anyfrequencies.<br>Please check
the legal regulations in your country before using it.<br><br>Please don't refer to this project as
"jammer", as it undermines the real purpose of thisproject!<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 theclicks,fame and/or money and have no
respect for intellectual property, the community behind it and thefight for a better WiFi
standard.<br><br>For more information visit:<br>
<ahref="https: //github.com/spacehuhntech/esp8266_deauther">
github.com/spacehuhntech/esp8266_deauther</a>
</p>
<h2>Acknowledgements</h2>
<p>A huge thanks to:<br>
<ul>
<li><a href="http://github.com/deantonious" target="_blank">@deantonious</a></li>
<li><a href="http://github.com/jLynx" target="_blank">@jLynx</a></li>
<li><a href="http://github.com/lspoplove" target="_blank">@lspoplove</a></li>
<li><a href="http://github.com/schinfo" target="_blank">@schinfo</a></li>
<li><a href="http://github.com/tobozo" target="_blank">@tobozo</a></li>
<li><a href="http://github.com/xdavidhu" target="_blank">@xdavidhu</a></li>
<li><a href="http://github.com/PwnKitteh" target="_blank">@PwnKitteh</a></li>
</ul>for helping out with various things regarding this project and keeping it alive!<br><br>Also thanks
to everyone working on the libraries used for this project:<br>
<ul>
<li><a href="https://github.com/ThingPulse/esp8266-oled-ssd1306"
target="_blank">esp8266-oled-ssd1306</a></li>
<li><a href="https://github.com/bblanchon/ArduinoJson" target="_blank">ArduinoJson</a></li>
<li><a href="https://github.com/adafruit/Adafruit_DotStar" target="_blank">Adafruit DotStar</a></li>
<li><a href="https://github.com/adafruit/Adafruit_NeoPixel" target="_blank">Adafruit NeoPixel</a>
</li>
<li><a href="https://github.com/NorthernWidget/DS3231" target="_blank">DS3231</a></li>
<li><a href="https://github.com/xoseperez/my92xx" target="_blank">my92xx</a></li>
</ul>We also thank Espressif and their community for this awesome chip and all the software andhardware
projects around it and the countless tutorials you can find online!<br></p>
<h2>License</h2>
<p><b>In regards to the firmware:</b><br><br>MIT License<br>Copyright (c) 2020 Spacehuhn
Technologies<br><br>Permission is hereby granted, free of charge, to any person obtaining a copy of
this software andassociated documentation files (the "Software"), to deal in the Software without
restriction,including without limitation the rights to use, copy, modify, merge, publish,
distribute,sublicense, and/or sell copies of the Software, and to permit persons to whom the
Software isfurnished to do so, subject to the following conditions:<br><br>The above copyright
notice and this permission notice shall be included in all copies or substantialportions of the
Software.<br><br>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUTNOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
ANDNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGESOR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
</div>
</div>
</div>
<footer><span id="DeautherX">DX NKSP</span><br><span id="deautherx">By NKSP</span><br><br><a
href="http://deauther.maltronics.com" target="_blank">Wiki</a> | <a href="info.html">Credits</a></footer>
</body>
</html>