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.Connect your device and select the serial port in Arduino under tools -> port
8.Click Upload button

The video tutorial for the installation(V2):



you can follow along the video tutorial but don't forget to use V3 files instead of V2 deauth.ino files.

Installing huhnitor CLI for DeautherV3:

1.Download huhnitor with respect to your OS .Visit the realeases page by opening the link: Huhnitor-releases .

2.After downloading run the executable ,the windows prompt appears with a warning click  More Info and run anway.




3.Once you click Run anyway huhnitor command line interface opens.


                                    (we will be using huhnitor to interact with deauther V3)

Wi-Fi Phishing for Passwords :

1.Connect nodemcu to the computer through usb and start the huhnitor.


2.Once you start huhnitor select the port your deauther connected to if you don't know which just unplug and plug the huhnitor detects the deauther automatically.

3.Once it is connected type help to find the list of commands to run on deauther you can use the short help command by typing help -s.


4. Start a network scan by typing scan -m ap+st -ch 1-12.



5. Now lets deauth the parryhotter wifi and create a new phishing wifi access point called fakenet(Enter the access point name you want to attack) using commad deauth -st 0;;ap -s fakenet .


6.The wifi connected device disconnects to the from wifi and connects to the fakenet open wifi and automatically directed to browser phishing page.


7.The wifi Password Entered would show up on the huhnitor.




This concludes the wifi Hacking using MicroController .


Special Thanks :

Comments