Files
esp8266_deauther/web_server
N0vaPixel 3ae0a10961 Increase stealth - Change the bssid of AP + random mode
+++ Ability to set the bssid
+++ Ability to randomize the bssid at load time
++ Updated settings.html

++ Added Mac::randomize()
+ Updated Attack::generate to use Mac::randomize()

+ removed Mac::setMac() and overloaded Mac::set() with new parameters
void set(uint8_t* mac);
void set(Mac adr);
2017-06-18 15:37:18 +02:00
..
2017-05-31 16:06:46 +02:00
2017-05-26 21:04:39 +02:00
2017-05-26 21:34:48 +02:00

1 Use a minifier (e.g. htmlcompressor.com) to get your files as small as possible
2 Open converter.html
3 Paste the code in the left textfield
4 Press Convert
5 Copy the results from the right textfield
6 Go to data.h and replace the array of the changed file with the copied bytes

Now compile and upload your new sketch :)