CapibaraZero aim to be a cheap alternative to FlipperZero™. It was originally based on ESP32 boards especially on ESP32-S3 but now supports also SBC(linux) boards.
The installation script is tested only on Raspberry PI OS Lite running on a Raspberry PI Zero 2W
- WiFi support
- Scan
- Sniffer
- EvilPortal
- Beacon Spam
- BLE support
- Scan
- AppleJuice
- Fast pair spam(Android devices)
- Swift pair spam(Windows devices)
BadUSB(not ready)- SubGHZ
- SDR receiver support
CC1101(not ready)
- NFC
- Poll ISO14443A/B card
- Read MIFARE Classic and Ultralight
- Write MIFARE Classic and Ultralight(using .mfd dump format)
- MIFARE nested attack
- IR
- Send IR codes(using FlipperZero's file format)
- Receive IR codes(will be saved in RAW FlipperZero's decoding)
- Network attacks
- ARP Scanner
- DHCP starvation and DoS
- Sniffer
- Bettercap support(WiFi, BLE and Layer 2/3 attacks)
Check INSTALLATION.md
To build from source, check build.sh. It's tested on the latest Debian 12 container
If you wanna update capibaraZero installed on your SBC to latest version you can perform the following command:
curl https://github.com/CapibaraZero/fw_linux/raw/refs/heads/main/update.sh | sh
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.