Skip to content

Commit 46e3a0f

Browse files
author
Stefan Kremser
committed
fixed bug in the beacon packet declaration
I'm an idiot and forgot to change the mac adress back to broadcast...
1 parent 7be4d74 commit 46e3a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266_deauther/Attack.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class Attack
8080
uint8_t beaconPacket_header[36] = {
8181
0x80, 0x00,
8282
0x00, 0x00, //beacon
83-
0x80, 0x7a, 0xbf, 0x3f, 0x8c, 0xac, //destination: broadcast
83+
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, //destination: broadcast
8484
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, //source
8585
0x01, 0x02, 0x03, 0x04, 0x05, 0x06, //source
8686
0xc0, 0x6c,

0 commit comments

Comments
 (0)