Files
esp8266_deauther/web_server/html/index.html
Stefan Kremser 6cd3a46144 version 1.4
- changed webinterface design
- improved error handling
- can add clients manually
- added settings reset via console command "reset" and GPIO 4
- improved default settings for more stability
- added warning at the beginning
- added info page
2017-05-01 20:05:41 +02:00

42 lines
1.6 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">
<script src="js/functions.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="error"></div>
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="header">WARNING</h1>
<p class="middle bold">
This software is only for testing common vulnerabilities in the 802.11 standard.<br />
It can disrupt unprotected Wi-Fi connections.<br/>
Please check the laws in your country before using it.<br />
<br />
<span class="warn">Use it only on your own networks and devices!</span><br />
The usage of this software against other networks without permission is illegal!<br />
<br />
You are self resposible for everything you do with this program!<br />
It will log all actions against any network and device.<br />
<br />
Any redistributing, advertising or selling of this project as "jammer" without clearly stating it as a pentesting device for testing purposes only, is prohibited!<br />
<br />
Go to <a href="https://github.com/spacehuhn/esp8266_deauther">github.com/spacehuhn/esp8266_deauther</a> for more information.<br />
<br />
<br />
<a class="button" href="apscan.html">I've read and understood the notice above</a>
</p>
</div>
</div>
</div>
</body>
</html>