From 3e2be221d7a85c06d79651049be6176d9ca9a726 Mon Sep 17 00:00:00 2001 From: Sabas Date: Tue, 16 Jul 2024 15:03:53 -0600 Subject: [PATCH] docs: update readme tasklist --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 41 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 153d29a3..ddb4addc 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,47 @@ Minino can operate in 6 different technologies: - Open Hardware - OTA Updates -### Future Features -- Thread Broadcast -- Zigbee Sniffer and deauthenticator -- Matter CLI -- Save files in SD +### TODO Features + +`[] Features coming soon [x] Working features` + +### WIFI +- [x] Wardriving +- [x] WiFi sniffer +- [x] WiFi deauther +- [x] DOS Attack +- [x] Analizer -> Save PCAPS in SD or flash +- [ ] Wireshark integration +### BLE +- [x] BLE sniffer +- [x] BLE spammer +- [ ] BLE spoffing +- [x] BLE trackers scanner (AirTags, Tile, etc) +- [ ] Wireshark integration +### Zigbee +- [x] Zigbee sniffer +- [x] Zigbee spoofing (Switch End Device) +- [ ] Wardriving +- [x] Wireshark integration + +### Thread +- [ ] Thread sniffer +- [x] Thread broadcast +- [x] GPS tracker +- [ ] Wardriving +- [ ] Wireshark integration + +### Matter +- [ ] Matter protocol support +- [ ] Matter CLI + +### Tools +- [x] OTA Firmware Update +- [x] GPS +- [x] SD +- [ ] I2C Scanner +- [ ] UART2 + Inspired by projects such as [Amini Project](https://github.com/Ocelot-Offensive-Security/Arsenal) and [USBNugget](https://github.com/HakCat-Tech/USB-Nugget).