mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-01-06 05:45:25 +01:00
post-l10n fixes
This commit is contained in:
10
README.md
10
README.md
@@ -181,6 +181,16 @@ If no port shows up you may have to reinstall the drivers.
|
||||
|
||||
**Your ESP8266 Deauther is now ready!**
|
||||
|
||||
|
||||
### Updating the MAC vendor list
|
||||
The utils folder includes a python script for downloading the latest ["manuf"](https://code.wireshark.org/review/gitweb?p=wireshark.git;a=blob_plain;f=manuf) file from Whireshark and convert it to the format understood by esp8266_deauther.
|
||||
|
||||
The usage of the script is quite simple: `update_manuf.py [-h] [-o OUTPUT] [-u URL]` , e.g:
|
||||
```
|
||||
cd utils
|
||||
python update_manuf.py -o ../esp8266_deauther/oui.h
|
||||
```
|
||||
|
||||
### Adding an OLED display
|
||||
|
||||

|
||||
|
||||
@@ -120,6 +120,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/l10n.js" async defer></script>
|
||||
<script src="js/attack.js"></script>
|
||||
<script data-src="js/attack.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<a href="https://github.com/SamuelKlit" target="_blank">@SamuelKlit</a> (Samuel KS)<br />
|
||||
<a href="https://github.com/schinfo" target="_blank">@schinfo</a> (Helmut)<br />
|
||||
<a href="https://github.com/ajnavarro" target="_blank">@ajnavarro</a> (Antonio Navarro Perez)<br />
|
||||
<a href="https://github.com/rubfi" target="_blank">rubfi</a><br />
|
||||
<a href="https://github.com/rubfi" target="_blank">@rubfi</a><br />
|
||||
|
||||
<br />
|
||||
Also special thanks to <a href="https://github.com/deantonious" target="_blank">@deantonious</a> for the help with the webdesign!<br />
|
||||
|
||||
@@ -149,7 +149,6 @@ function add(id){
|
||||
|
||||
getResponse("ClientScanTime.json", function(responseText) {
|
||||
scanTime.value = responseText;
|
||||
getResults();
|
||||
toggleBtn(false);
|
||||
});
|
||||
|
||||
getResults();
|
||||
toggleBtn(false);
|
||||
@@ -258,6 +258,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/l10n.js" async defer></script>
|
||||
<script src="js/settings.js"></script>
|
||||
<script data-src="js/settings.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -86,6 +86,6 @@
|
||||
</div>
|
||||
</div>
|
||||
<script src="js/l10n.js" async defer></script>
|
||||
<script src="js/stations.js"></script>
|
||||
<script data-src="js/stations.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user