mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-22 23:26:49 -08:00
Prevent mac addr leak
Added delay in order to prevent the leaking of the default mac addr
This commit is contained in:
@@ -45,7 +45,7 @@ extern NameList nameList;
|
||||
#define isMacAPRandAdr 1113
|
||||
|
||||
#define checkNumAdr 2001
|
||||
#define checkNum 15
|
||||
#define checkNum 16
|
||||
|
||||
class Settings
|
||||
{
|
||||
|
||||
@@ -479,6 +479,8 @@ void setup() {
|
||||
nameList.load();
|
||||
ssidList.load();
|
||||
|
||||
delay(500); // Prevent bssid leak
|
||||
|
||||
startWifi();
|
||||
attack.stopAll();
|
||||
attack.generate();
|
||||
|
||||
Reference in New Issue
Block a user