Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README.md #10

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Minino can operate in 6 different technologies:

`[] 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
Expand All @@ -54,7 +58,7 @@ Minino can operate in 6 different technologies:
### BLE
- [ ] BLE Sniffer
- [x] BLE Spammer
- [ ] BLE Spoofing
- [x] BLE Spoffing (HID device, audio control)
- [x] BLE Trackers Scanner (AirTags, Tile, etc)
- [ ] Wireshark integration
### Zigbee
Expand All @@ -80,13 +84,15 @@ Minino can operate in 6 different technologies:
- [x] GPS Time
- [x] SD
- [x] File Manager Web (Local AP and WIFI access)
- [ ] File Manager Local
- [x] File Manager Local
- [ ] I2C Scanner
- [ ] UART2

### Settings
- [x] Change screensaver
- [x] Change time screensaver
- [x] Stealth mode (Disable animation, leds and sound)
- [x] APP selection

Inspired by projects such as [Amini Project](https://github.com/Ocelot-Offensive-Security/Arsenal) and [USBNugget](https://github.com/HakCat-Tech/USB-Nugget).

Expand Down
Loading