Skip to content
This repository was archived by the owner on Apr 12, 2025. It is now read-only.

Releases: CapibaraZero/fw

Add SubGHZ

01 Jul 15:20
64521ba

Choose a tag to compare

Changelog:

  • Fix Swift pair spam attack
  • Add Fast Pair spam attack
  • Fix NFC bruteforce
  • Add support to NFC Key A and Key B
  • Better identification for NFC tag
  • Put button ISR in IRAM
  • Add SubGHZ

Flash using:
python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size FLASH_SIZE(16MB or 8MB) 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

If you don't know size of board, use detect as flash_size and use the 8MB image. For Arduino Nano ESP32 use detect and the only image available here

PCB Support

04 Jun 22:26
bd99f8e

Choose a tag to compare

Changelog:

  • Add PCB support(Only Arduino Nano ESP32)
  • Change Display resolution to 240x240

Flash using:
python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size FLASH_SIZE(16MB or 8MB) 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

If you don't know size of board, use detect as flash_size and use the 8MB image. For Arduino Nano ESP32 use detect and the only image available here

New version is out!

06 Apr 21:54
6c00707

Choose a tag to compare

Changelog:

  • Added support for Arduino Nano ESP32
  • Added ARP Poisoner
  • Fixed crash when scanned Wi-Fi networks is empty

Flash using:
python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size FLASH_SIZE(16MB or 8MB) 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin

If you don't know size of board, use detect as flash_size and use the 8MB image. For Arduino Nano ESP32 use detect and the only image available here

First beta of CapibaraZero

10 Mar 22:17

Choose a tag to compare

Working Features:

  • Wi-Fi support
  • BLE support
  • BadUSB support
  • NFC support(Expect bugs)
  • Some network attacks

WIP features:

  • SubGHZ
  • IR

Flash using:
python3 esptool.py --chip esp32s3 --port UPLOAD_PORT --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size FLASH_SIZE(16MB or 8MB) 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin