Prevent mac addr leak

Added delay in order to prevent the leaking of the default mac addr
This commit is contained in:
N0vaPixel
2017-06-18 18:04:26 +02:00
parent 3ae0a10961
commit 6a67919fb2
2 changed files with 3 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ extern NameList nameList;
#define isMacAPRandAdr 1113
#define checkNumAdr 2001
#define checkNum 15
#define checkNum 16
class Settings
{

View File

@@ -479,6 +479,8 @@ void setup() {
nameList.load();
ssidList.load();
delay(500); // Prevent bssid leak
startWifi();
attack.stopAll();
attack.generate();