1、首先,本次采用的是开源项目Wi-PWN,该工具集钓鱼、嗅探、攻击多功能于一体,减少了硬件的二次开发过程
仓库:https://github.com/samdenty/Wi-PWN
镜像地址: https://github.com/samdenty/Wi-PWN
https://github.com/samdenty/Wi-PWN/releases烧写工具地址:、https://raw.githubusercontent.com/nodemcu/nodemcu-flasher/master/Win64/Release/ESP8266Flasher.exe
驱动地址:https://cn.silabs.com/developers/usb-to-uart-bridge-vcp-drivers
安装驱动后,用nodemcu-flasher烧录镜像,在config中设置为你的bin镜像,回到Operation选择你的com,开始烧录
网上有些地方说要点击rst,亲测不需要点击
| GPIO | 功能 | 状态 | 限制 |
|---|---|---|---|
| 0 | 引导模式 | 3.3v | 无HI-Z |
| 1 | TX0 | - | 串口通信中不能用 |
| 2 | 引导模式选择TX1 | 3.3v | 启动时不能接地,启动时发调试信息 |
| 3 | RX0 | - | 串口通信过程中不能用 |
| 4 | SDA | - | - |
| 5 | SCL | - | - |
| 6 - 11 | 连接闪存 | x | 不可用 |
| 12 | MISO(SPI) | - | - |
| 13 | MOSI(SPI) | - | - |
| 14 | SCK(SPI) | - | - |
| 15 | SS(SPI) | 0v | 上拉电阻不可用 |
| 16 | 睡眠唤醒 | - | 无上拉电阻,仅下拉电阻,连RST引脚实现睡眠唤醒 |