Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/electroniccats/minino
Minino is an original multiprotocol and multiband board made for sniffing, communicating, and attacking IoT devices. It was designed as a mini Cat that integrates the powerful ESP32C6, GPS, microSD and OLED. This board is a mini swiss army knife for IoT security researchers, developers, and enthusiasts.
https://github.com/electroniccats/minino
ble esp32 esp32-idf esp32c6 sniffer-packet thread wardriving wifi wireshark zigbee
Last synced: 6 days ago
JSON representation
Minino is an original multiprotocol and multiband board made for sniffing, communicating, and attacking IoT devices. It was designed as a mini Cat that integrates the powerful ESP32C6, GPS, microSD and OLED. This board is a mini swiss army knife for IoT security researchers, developers, and enthusiasts.
- Host: GitHub
- URL: https://github.com/electroniccats/minino
- Owner: ElectronicCats
- License: gpl-3.0
- Created: 2022-11-29T00:07:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T20:30:24.000Z (13 days ago)
- Last Synced: 2025-01-23T21:19:56.455Z (13 days ago)
- Topics: ble, esp32, esp32-idf, esp32c6, sniffer-packet, thread, wardriving, wifi, wireshark, zigbee
- Language: C++
- Homepage: https://www.electroniccats.com
- Size: 45.6 MB
- Stars: 66
- Watchers: 8
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minino
![GitHub release (with filter)](https://img.shields.io/github/v/release/ElectronicCats/Minino?color=%23008000)
![GitHub actions](https://img.shields.io/github/actions/workflow/status/ElectronicCats/Minino/pre-commit.yml)
![Static Badge](https://img.shields.io/badge/made-with_love-blue?color=%23008000)Minino is an original multiprotocol, and multiband board made for sniffing, communicating, and attacking IoT (Internet of Things) devices. It was designed as a mini Cat that integrates the powerful ESP32C6 and a GPS, microSD with OLED. This board is a mini Swiss army knife for IoT security researchers, developers, and enthusiasts.
Minino can operate in 6 different technologies:
- BLE (Airtags scanner and SPAM)
- Wi-Fi (Sniffer and deauthenticator)
- Zigbee (Sniffer over CLI and Spoofing)
- Thread
- Matter
- GPS (WarDriving)## Features
- Compatible with Pycatsniffer of Catsniffer
- Compatible with Wireshark
- WarDriving
- Sniffing multiprotocol
- Support file .pcap in microSD
- File Manager Web
- OpenSource
- Open Hardware
- OTA Updates### TODO Features
`[] Features coming soon [x] Working features`
>[!IMPORTANT]
> OTA require 8MB, if you want build it for other memory capacity, compile without the OTA.### WIFI
- [x] Wardriving
- [x] WiFi sniffer
- [x] WiFi deauther
- [x] DOS Attack (Control with Console and Minino)
- [x] Analyzer
- [x] SSID Spammer
- [x] WiFi deauthentication detector
- [ ] Wireshark integration### BLE
- [x] BLE ADV Sniffer (Wireshark Integration)
- [x] BLE Spammer
- [x] BLE Spoffing (HID device, audio control)
- [x] BLE Trackers Scanner (AirTags, Tile, etc)
- [x] Wireshark integration### Zigbee
- [x] Zigbee sniffer
- [x] Zigbee spoofing (Switch End Device)
- [x] Wardriving
- [x] Wireshark integration### Thread
- [x] Thread sniffer
- [x] Thread broadcast
- [ ] Wardriving
- [x] Wireshark integration### Matter
- [ ] Matter protocol support
- [ ] Matter CLI
- [ ] Matter Spoof### Tools
- [x] OTA Firmware Update
- [x] GPS Location
- [x] GPS Speed
- [x] GPS Time
- [ ] GPS Sleep
- [x] SD
- [x] File Manager Web (Local AP and WIFI access)
- [x] File Manager Local
- [x] Serial CMD Commander
- [x] I2C Scanner
- [x] UART bridge via Minino console (UART2)### Settings
- [x] Change screensaver
- [x] Change time screensaver
- [x] Stealth mode (Disable animation, leds and sound)
- [x] APP selection
- [x] Light Sleep Mode
- [ ] Deep Sleep ModeInspired by projects such as [Amini Project](https://github.com/Ocelot-Offensive-Security/Arsenal) and [USBNugget](https://github.com/HakCat-Tech/USB-Nugget).
## How to build the firmware
Check the [Developer guide](./firmware/README.md) to learn how to build the firmware from scratch.
## How to contribute
Contributions are welcome!
Please read the document [**Contribution manual**](https://github.com/ElectronicCats/electroniccats-cla/blob/main/electroniccats-contribution-manual.md) which will show you how to contribute your changes to the project.
✨ Thanks to all our [Contributors](https://github.com/ElectronicCats/Minino/graphs/contributors)! ✨
See [**_Electronic Cats CLA_**](https://github.com/ElectronicCats/electroniccats-cla/blob/main/electroniccats-cla.md) for more information.
See the [**Community code of conduct**](https://github.com/ElectronicCats/electroniccats-cla/blob/main/electroniccats-community-code-of-conduct.md) for a vision of the community we want to build and what we expect from it.
## License
Electronic Cats invests time and resources providing this open source design, please support Electronic Cats and open-source hardware by purchasing products from Electronic Cats!
Designed by Electronic Cats.
Firmware released under an GNU AGPL v3.0 license. See the LICENSE file for more information.
Hardware released under an CERN Open Hardware Licence v1.2. See the LICENSE_HARDWARE file for more information.
Electronic Cats is a registered trademark, please do not use if you sell these PCBs.
Nov 29 2022