Wifi Hacking Using MicroController (Deauther V3 Tutorial)
Setting up Deauther V3 and installation While any ESP8266-based development board can be flashed with the Deauther firmware, the sheer amount of different boards available can create uncertainty about which one to buy. The one I recommend is NodeMCU which I will be using in this tutorial. you can buy this from the bellow websites (Only in India). Links: 🛒 electronicscomp 🛒 zbotic Installation 1.Install Arduino IDE 2.In Arduino go to File -> Preferences add both URLs to Additional Boards Manager URLs https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json 3.In Arduino go to Tools -> Board -> Boards Manager search for and install the deauther package 4.Download V3 Source Code and unzip it or git clone https://github.com/SpacehuhnTech/esp8266_deauther, cd esp8266 and git checkout v3 5. Open esp8266_deauther/esp8266_deauther.ino with Arduino 6.Select an ESP8266 Deauther board in Arduino under tools -> board 7.Conn...