mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
8520daf28b
and running fbt format, and fixing TOTP printf format
11 KiB
11 KiB
Welcome to Flipper Zero Unleashed Firmware repo!
Our goal is to make any features possible in this device without any limitations!
Please help us implement emulation for all subghz dynamic (rolling code) protocols!
This software is for experimental purposes only and is not meant for any illegal activity/purposes.
We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law.
Also this software is made without any support from Flipper Devices and in no way related to official devs.
Our Discord Community:
What's changed
- SubGHz regional TX restrictions removed
- SubGHz frequecy range can be extended in settings file (Warning: It can damage flipper's hardware)
- Many rolling code protocols now have the ability to save & send captured signals
- FAAC SLH (Spa) & BFT Mitto (secure with seed) manual creation
- Sub-GHz static code brute-force plugin
- LFRFID Fuzzer plugin
- Custom community plugins and games added
- Extra SubGHz frequencies + extra Mifare Classic keys
- Picopass/iClass plugin included in releases
- Recompiled IR TV Universal Remote for ALL buttons
- Universal remote for Projectors, Fans, A/Cs and Audio(soundbars, etc.)
- BadUSB keyboard layouts
- Customizable Flipper name
- SubGHz -> Press OK in frequency analyzer to use detected frequency in Read modes
- SubGHz -> Long press OK button in SubGHz Frequency analyzer to switch to Read menu
- Other small fixes and changes throughout
- See other changes in changelog and in readme below
Also check changelog in releases for latest updates!
Current modified and new SubGHz protocols list:
- Keeloq [Not ALL systems supported for decode or emulation yet!] - Supported manufacturers list
- Keeloq: HCS101
- Keeloq: An-Motors
- Keeloq: JCM Tech
- Keeloq: MHouse
- Keeloq: Nice Smilo
- CAME Atomo
- Nice Flor S
- FAAC SLH (Spa) [External seed calculation required (For info conatct me in Discord: Nano#8998)]
- BFT Mitto [External seed calculation required (For info conatct me in Discord: Nano#8998)]
- Security+ v1 & v2
- Star Line (saving only)
Support us so we can buy equipment and develop new features
- ETH/BSC/ERC20-Tokens:
0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a
- BTC:
bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
- DOGE:
D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
- LTC:
ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
Community apps included:
- RFID Fuzzer plugin (by Ganapati) with changes by @xMasterX & New protocols by @mvanzanten
- Sub-GHz bruteforce plugin (by Ganapati & xMasterX) & Refactored by @derskythe
- Sub-GHz playlist plugin (by darmiel)
- ESP8266 Deauther plugin (by SequoiaSan)
- WiFi Scanner plugin (by SequoiaSan)
- MultiConverter plugin (by theisolinearchip)
- USB Keyboard plugin (by huuck)
- WAV player plugin (fixed) (OFW: DrZlo13)
- UPC-A Barcode generator plugin (by McAzzaMan)
- GPIO: Sentry Safe plugin (by H4ckd4ddy)
- ESP32: WiFi Marauder companion plugin (by 0xchocolate)
- NRF24: Sniffer & MouseJacker (with changes) (by mothball187)
- Simple Clock (timer by GMMan / settings by kowalski7cc) (Original by CompaqDisc)
- UniversalRF Remix / Sub-GHz Remote (by ESurge)(updated and all protocol support added by darmiel & xMasterX)
- Spectrum Analyzer (with changes) (by jolcese) - Ultra Narrow mode & scan channels non-consecutively
- Metronome (by panki27)
- TOTP (Authenticator) (by akopachov)
Games:
- DOOM (fixed) (By p4nic4ttack)
- Zombiez (Reworked By DevMilanIan) (Original By Dooskington)
- Flappy Bird (By DroomOne)
- Arkanoid (refactored by xMasterX) (by gotnull)
- Tic Tac Toe (refactored by xMasterX) (by gotnull)
- Tetris (with fixes) (by jeffplang)
- Minesweeper (by panki27)
Other changes
- BadUSB -> Keyboard layouts (by rien > dummy-decoy)
- SubGHz -> New frequency analyzer - (by ClusterM)
- SubGHz -> Detect RAW feature - (by perspecdev)
- SubGHz -> Save last used frequency and moduluation (by derskythe)
- SubGHz -> Press OK in frequency analyzer to use detected frequency in Read modes (by derskythe)
- SubGHz -> Long press OK button in SubGHz Frequency analyzer to switch to Read menu (by derskythe)
Instructions
- How to install firmware
- How to build firmware
- BadUSB: how to add new keyboard layouts
- How to change Flipper name
Plugins
- 🎲 Download Extra plugins for Unleashed
- Configure Sub-GHz Remote App
- TOTP (Authenticator) config description
- Barcode Generator
- Multi Converter
- WAV Player sample files & how to convert
- SubGHz playlist generator script
Plugins that works with external hardware
- How to use: [NRF24] plugins
- How to use: [WiFi] Scanner
- How to use: [ESP8266] Deauther
- How to use: [ESP32] WiFi Marauder
- [WiFi] Scanner - Web Flasher for module firmware
- [ESP8266] Deauther - Web Flasher for module firmware
- Windows: How to Upload .bin to ESP32/ESP8266
- How to use: [GPIO] SentrySafe plugin
SubGHz
- Transmission is blocked? - How to extend SubGHz frequency range
- How to add extra SubGHz frequencies
Where I can find IR, SubGhz, ... files, DBs, and other stuff?
UberGuidoZ Playground - Large collection of files - Github
Awesome Flipper Zero - Github
CAME-12bit, NICE-12bit, Linear-10bit, PT-2240 - SubGHz fixed code bruteforce
SMC5326, UNILARM - SubGHz fixed code bruteforce
Links
-
Unofficial Discord: discord.unleashedflip.com
-
Docs by atmanos / How to write your own app (outdated API): https://flipper.atmanos.com/docs/overview/intro
-
Official Docs: http://docs.flipperzero.one
-
Official Forum: forum.flipperzero.one
Project structure
applications
- Applications and services used in firmwareassets
- Assets used by applications and servicesfuri
- Furi Core: os level primitives and helpersdebug
- Debug tool: GDB-plugins, SVD-file and etcdocumentation
- Documentation generation system configs and input filesfirmware
- Firmware source codelib
- Our and 3rd party libraries, drivers and etc...site_scons
- Build helpersscripts
- Supplementary scripts and python libraries home
Also pay attention to ReadMe.md
files inside those directories.