Skip to content

Instantly share code, notes, and snippets.

View Erasertm's full-sized avatar

webname: EraserTm Erasertm

View GitHub Profile
@tobozo
tobozo / Mac.cpp
Last active February 14, 2024 03:40
Spacehuhn's minimalistic deauth detector shimmed for ESP32 and ESP8266
#include "Mac.h"
Mac::Mac(){
for(int i=0;i<6;i++){
adress[i] = 0x00;
}
}
Mac::Mac(uint8_t first, uint8_t second, uint8_t third, uint8_t fourth, uint8_t fifth, uint8_t sixth){
adress[0] = first;