joelsernamoreno / EvilCrow-Keylogger

WiFi keylogger with Micro SD slot, based on the Atmega32U4 microcontroller and the ESP32-PICO module
Creative Commons Attribution 4.0 International
208 stars 37 forks source link

Errors and warnings during flashing #10

Closed reynas closed 3 years ago

reynas commented 3 years ago

Host: Ubuntu 20.04.1 After flashing, it still shows version v1.2 with buttons view log/delete log (livepayload is missing) Do you have any guidance here? Thanks!

Fulll log:

root@user-HP:~/keylogger-pio# ./flash.sh Processing LilyPadUSB (platform: atmelavr; framework: arduino; board: LilyPadUSB)

Platform Manager: Installing atmelavr Platform Manager: atmelavr @ 3.0.0 has been installed! The platform 'atmelavr' has been successfully installed! The rest of the packages will be installed later depending on your build environment. Tool Manager: Installing platformio/toolchain-atmelavr @ ~1.50400.0 Downloading [####################################] 100%
Unpacking [####################################] 100%
Tool Manager: toolchain-atmelavr @ 1.50400.190710 has been installed! Tool Manager: Installing platformio/framework-arduino-avr @ ~5.1.0 Downloading [####################################] 100% Tool Manager: framework-arduino-avr @ 5.1.0 has been installed! Tool Manager: Installing platformio/tool-avrdude @ ~1.60300.0 Tool Manager: tool-avrdude @ 1.60300.200527 has been installed! Tool Manager: Installing platformio/tool-scons @ ~4.40001.0 Tool Manager: tool-scons @ 4.40001.0 has been installed! Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/LilyPadUSB.html PLATFORM: Atmel AVR (3.0.0) > Arduino LilyPad USB HARDWARE: ATMEGA32U4 8MHz, 2.50KB RAM, 28KB Flash DEBUG: Current (simavr) On-board (simavr) PACKAGES:

Warning! Please install 99-platformio-udev.rules. More details: https://docs.platformio.org/page/faq.html#platformio-udev-rules

Auto-detected: /dev/ttyACM0 Forcing reset using 1200bps open/close on port /dev/ttyACM0 Waiting for the new upload port... Uploading .pio/build/LilyPadUSB/firmware.hex

Connecting to programmer: . Found programmer: Id = "CATERIN"; type = S Software Version = 1.0; No Hardware Version given. Programmer supports auto addr increment. Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices: Device code: 0x44

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587 (probably m32u4) avrdude: reading input file ".pio/build/LilyPadUSB/firmware.hex" avrdude: writing flash (4648 bytes):

Writing | ################################################## | 100% 0.39s

avrdude: 4648 bytes of flash written avrdude: verifying flash memory against .pio/build/LilyPadUSB/firmware.hex: avrdude: load data flash data from input file .pio/build/LilyPadUSB/firmware.hex: avrdude: input file .pio/build/LilyPadUSB/firmware.hex contains 4648 bytes avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.06s

avrdude: verifying ... avrdude: 4648 bytes of flash verified

avrdude: safemode: Fuses OK (E:CE, H:D8, L:FF)

avrdude done. Thank you.

===================================================================== [SUCCESS] Took 38.39 seconds ===================================================================== Processing keylogger (platform: espressif32@1.10.0; framework: arduino; board: pico32)

Platform Manager: Installing espressif32 @ 1.10.0 Platform Manager: espressif32 @ 1.10.0 has been installed! The platform 'espressif32@1.10.0' has been successfully installed! The rest of the packages will be installed later depending on your build environment. Tool Manager: Installing toolchain-xtensa32 @ ~2.50200.0 Tool Manager: Warning! More than one package has been found by toolchain-xtensa32 @ ~2.50200.0 requirements:

Warning! Please install 99-platformio-udev.rules. More details: https://docs.platformio.org/page/faq.html#platformio-udev-rules

Looking for upload port... Auto-detected: /dev/ttyACM0 Forcing reset using 1200bps open/close on port /dev/ttyACM0 Waiting for the new upload port... Uploading .pio/build/LilyPadUSB/firmware.hex

Connecting to programmer: . Found programmer: Id = "CATERIN"; type = S Software Version = 1.0; No Hardware Version given. Programmer supports auto addr increment. Programmer supports buffered memory access with buffersize=128 bytes.

Programmer supports the following devices: Device code: 0x44

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.00s

avrdude: Device signature = 0x1e9587 (probably m32u4) avrdude: reading input file ".pio/build/LilyPadUSB/firmware.hex" avrdude: writing flash (28616 bytes):

Writing | ################################################## | 100% 2.27s

avrdude: 28616 bytes of flash written avrdude: verifying flash memory against .pio/build/LilyPadUSB/firmware.hex: avrdude: load data flash data from input file .pio/build/LilyPadUSB/firmware.hex: avrdude: input file .pio/build/LilyPadUSB/firmware.hex contains 28616 bytes avrdude: reading on-chip flash data:

Reading | ################################################## | 100% 0.33s

avrdude: verifying ... avrdude: 28616 bytes of flash verified

avrdude: safemode: Fuses OK (E:CE, H:D8, L:FF)

avrdude done. Thank you.

===================================================================== [SUCCESS] Took 19.73 seconds =====================================================================

reynas commented 3 years ago

Resolution for https://github.com/joelsernamoreno/EvilCrow-Keylogger/issues/9 helped as well.

joelsernamoreno commented 3 years ago

Hello! Have you solved this or do you need help?

reynas commented 3 years ago

Hi I solved this with the help of your comments on the issue #9 Everything works smoothly now, thanks a lot!