Files
esp8266_deauther/web_server/html/info.html
2017-05-20 15:59:17 +02:00

76 lines
3.0 KiB
HTML

<!Doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESP8266 Deauther</title>
<meta name="description" content="Wi-Fi Deauthenticator">
<meta name="author" content="Spacehuhn - Stefan Kremser">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<a href="apscan.html">APs</a>
<a href="stations.html">Stations</a>
<a href="attack.html">Attacks</a>
<a href="settings.html">Settings</a>
<a class="right" href="info.html">Info</a>
</nav>
<div id="error"></div>
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="header">Info</h1>
<h2>ESP8266 Deauther</h2>
<p>
<span class="bold">Copyright (c) 2017 Stefan Kremser</span><br />
<br />
This project is licensed under Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). See the <a href="license">license file</a> for details.
<br />
The source code is available on <a href="https://github.com/spacehuhn/esp8266_deauther" target="_blank">GitHub</a>.<br />
<br />
Use it only for testing or educational purposes on your own devices!<br />
<br />
<span class="bold">
Referring to this project as "jammer" is prohibited! Name the project by its correct name.<br />
</span>
</p>
<h2>Contributors</h2>
<p>
<a href="https://github.com/andrbmgi" target="_blank">@andrbmgi</a>
<br />
<a href="https://github.com/N0vaPixel" target="_blank">@N0vaPixel</a> (Aur&eacute;lien Hernandez)
<br />
<a href="https://github.com/tobozo" target="_blank">@tobozo</a>
<br />
<a href="https://github.com/SaltyViper" target="_blank">@SaltyViper</a>
<br />
<a href="https://github.com/ajnavarro" target="_blank">@ajnavarro</a> (Antonio Navarro Perez)
<br />
<a href="https://github.com/schinfo" target="_blank">@schinfo</a> (Helmut)
<br />
<a href="https://github.com/SamuelKlit" target="_blank">@SamuelKlit</a> (Samuel KS)
</p>
<p>
For more information go to <a href="https://github.com/spacehuhn/esp8266_deauther/graphs/contributors">contributors</a> on the GitHub page.
</p>
<br />
<h2>Credits</h2>
<p>
<a href="https://github.com/ThisIsDallas/Simple-Grid">SIMPLE GRID</a> - Copyright (C) 2013 Dallas Bass - Released under the MIT License.<br />
<br />
The MAC adresse list is based on Wireshark manufacturer database.<br />
Source: <a href="https://www.wireshark.org/tools/oui-lookup.html">https://www.wireshark.org/tools/oui-lookup.html</a><br />
Wireshark is released under the GNU General Public License version 2<br />
</p>
<div id="copyright">
version 1.5<br />
Copyright (c) 2017 Stefan Kremser<br />
<a href="https://github.com/spacehuhn" target="_blank">github.com/spacehuhn</a><br />
</div>
</div>
</div>
</div>
</body>
</html>