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

ESP8266FtpServer.h: No such file or directory #55

Closed vt3ch closed 4 years ago

vt3ch commented 4 years ago

Hi,

I managed to re"re-flash" the Cactus to the final upload stage As below...


Initial Flashing Download and Install the Arduino IDE from http://www.Arduino.cc Open Arduino IDE. Go to File - Preferences. Locate the field "Additional Board Manager URLs:" Add "http://arduino.esp8266.com/stable/package_esp8266com_index.json" without quotes. Click "Ok" Select Tools - Board - Boards Manager. Search for "esp8266". Install "esp8266 by ESP8266 community version 2.3.0". Click "Close". Select Sketch - Include Library - Manage Libraries. Search for "Json". Install "ArduinoJson by Benoit Blanchon version 5.11.0" and click "Close" The Arduino IDE is now configured and ready for the code.

Use git to clone this repo: https://github.com/exploitagency/ESPloitV2.git or Download/extract the repo as a zip file: https://github.com/exploitagency/ESPloitV2/archive/master.zip

Load the esp8266Programmer sketch from the flashing folder. Select Tools - Board - "LilyPad Arduino USB". Select the Port your device is connected to under Tools - Port. Upload the sketch.


All good with no issues, then the final step was to upload the ESP_CODE

Open the ESP_Code sketch from the source folder. Select Tools - Board - "Generic ESP8266 Module". Select Tools - Flash Size - "4M (3M SPIFFS)". Select Sketch - "Export Compiled Binary".


Now I get the ESP8266FtpServer.h: No such file or directory error and cannot continue.

Please help!!!

Thank you

c991 commented 2 years ago

Hi,I have the same issue,how do you solve It,thx