exploitagency / ESPloitV2

WiFi Keystroke Injection Tool designed for an Atmega 32u4/ESP8266 Paired via Serial (Cactus WHID Firmware). Also features Serial, HTTP, and PASV FTP exfiltration methods and an integrated Credential Harvester Phishing tool called ESPortal.
MIT License
558 stars 136 forks source link

No "Exploit" Access Point Issue #1

Closed SymbianSyMoh closed 7 years ago

SymbianSyMoh commented 7 years ago

Hi, I followed all the steps described in the readme to flash my Cactus WHID device but there is no access point appears.

I have a question regarding this step: "Now flash the firmware to the ESP-12S chip using one of the following tools."

Do you mean by this step this command line:

python esptool.py --port=/dev/cu.usbmodem1411 -b 115200 write_flash 0x00000 ~/Path/To/ESP_Code.ino.generic.bin

??

(correct me if i'm wrong)

SymbianSyMoh commented 7 years ago

Fixed by downgrading the baudrate from 115200 to 115000