diff --git a/README.md b/README.md index 52992cb..ca99d2d 100644 --- a/README.md +++ b/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 ![image of the esp8266 deauther with an OLED and three buttons](https://raw.githubusercontent.com/spacehuhn/esp8266_deauther/master/screenshots/esp8266_with_oled.jpg) diff --git a/esp8266_deauther/data/attack.html b/esp8266_deauther/data/attack.html index a41680a..b5ea2e2 100644 --- a/esp8266_deauther/data/attack.html +++ b/esp8266_deauther/data/attack.html @@ -120,6 +120,6 @@ - + diff --git a/esp8266_deauther/data/info.html b/esp8266_deauther/data/info.html index 5a566b8..f572747 100644 --- a/esp8266_deauther/data/info.html +++ b/esp8266_deauther/data/info.html @@ -48,7 +48,7 @@ @SamuelKlit (Samuel KS)
@schinfo (Helmut)
@ajnavarro (Antonio Navarro Perez)
- rubfi
+ @rubfi

Also special thanks to @deantonious for the help with the webdesign!
diff --git a/esp8266_deauther/data/js/stations.js b/esp8266_deauther/data/js/stations.js index addf868..9a43151 100644 --- a/esp8266_deauther/data/js/stations.js +++ b/esp8266_deauther/data/js/stations.js @@ -149,7 +149,6 @@ function add(id){ getResponse("ClientScanTime.json", function(responseText) { scanTime.value = responseText; + getResults(); + toggleBtn(false); }); - -getResults(); -toggleBtn(false); \ No newline at end of file diff --git a/esp8266_deauther/data/settings.html b/esp8266_deauther/data/settings.html index 51b25d0..4683170 100644 --- a/esp8266_deauther/data/settings.html +++ b/esp8266_deauther/data/settings.html @@ -258,6 +258,6 @@ - + \ No newline at end of file diff --git a/esp8266_deauther/data/stations.html b/esp8266_deauther/data/stations.html index 5f67fc0..d4731a1 100644 --- a/esp8266_deauther/data/stations.html +++ b/esp8266_deauther/data/stations.html @@ -86,6 +86,6 @@ - + \ No newline at end of file