Bought an ESP8266 a while back to fool around with. The actual eating dust for several months, and then dragged to 2020 ESP8266 is a WiFi IoT module, the actual application is very wide, the function is simple: receive data from wifi, serial port output; receive data from the serial port, wifi output data.
This thing is mature technology, low cost, so the price is just a dozen dollars!
Unboxing I’m still buying the package with the OLED LCD screen here (for future fun stuff)
The most classic would be WiFi Killer. So let’s have some fun with the WiFi Killer firmware!
Firmware: https://github.com/samdenty/Wi-PWN?wi-pwn=7.0
The principle is to send a de-authentication message to make the client think that the router needs to disconnect itself so as to disconnect the wifi, and to fake the router to send a de-authentication message to the client, so that the client takes the initiative to disconnect the wifi connection. And it supports customized hotspot forgery (batch generation of fake Wi-Fi signals).
Use a cable that can transfer data to connect to the computer, desktop computer try to plug into the back of the port to go!
After plugging in, the Windows system computer will automatically install the driver, as shown in the figure below, remember the com
Also need to install ch341ser driver, USB to serial port CH341/CH340 WINDOWS driver installation package. Just follow the prompts to install it. This needs to be downloaded separately
Firmware burning
I use NodeMcu FIRMWARE PROGRAMMER burning tool here.
1, operation Here, the com port choose the one you saw before. Or in the device manager to see your ESP8266 development board is plugged into which port!
2, config select your firmware address, other defaults do not move
3、Advanced - Baudrate This baud rate depends on the back of your development board to write
As shown in the figure, the circled block
Click the Flash(F) button to start burning, this process may be a bit long, just wait slowly!
After the burning is completed, plug and unplug it once, after the burning is successful, a public WiFi named wi-pwn should appear.
After the link browser to open this background, http://192.168.4.1/ according to the guide operation can be.
Here I demonstrate a batch fake WiFi, click Beacom to start working!
Work status, running, the blue indicator light is blinking always on
I don’t know why my cell phone only searches for a couple of things
I don’t know why my cell phone only gets a few searches
There are many other features I will not try one by one!
Summary: nothing to summarize, I also play for the first time, the whole process of my play record, share experience.
This time I used someone else’s firmware, next time it’s my turn to write my own. ………….. To be