risinek / esp32-wifi-penetration-tool

Exploring possibilities of ESP32 platform to attack on nearby Wi-Fi networks.
https://risinek.github.io/esp32-wifi-penetration-tool/
MIT License
1.98k stars 294 forks source link

Incorrect path to Flash #67

Open boloto1979 opened 1 year ago

boloto1979 commented 1 year ago

the correct way would be esptool.py -p /dev/ttyUSB -b 115200 --after hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size detect 0x8000 partition_table/partition-table.bin 0x1000 bootloader/bootloader.bin 0x10000 esp32-wifi-penetration-tool.bin the correct path to the 'partition-table.bin' file is:

partition_table/partition-table.bin