2022-06-28 14:37:37 +00:00
# flipperzero-lrs-pagers
FlipperZero Brute force of LRS Pager System from [JimiLinuxGuy ](https://github.com/jimilinuxguy/flipperzero-lrs-pagers )
2022-07-25 20:45:08 +00:00
Removed the 433 version as it was confirmed to not work for any pagers. (EU is 467 too!)< br >
2022-07-05 06:34:14 +00:00
For the standard 467 version, you'll need to modify the Flipper firmware. See warning below.
This should brute force all resturaunt IDs and pager ids and alert/beep each one for 30s. Verified that this works at Chilis.
2022-07-22 07:54:44 +00:00
Officially supported frequencies: 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs ](https://www.ti.com/product/CC1101 ))< br >
Unofficially supported frequencies: 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One ](https://greatscottgadgets.com/yardstickone/ ) CC1111 docs)
2022-07-05 06:34:14 +00:00
2022-07-30 07:37:34 +00:00
Official currently does not allow anything outside of the officially supported CC1101 specs.< br >
2022-07-30 19:02:29 +00:00
RogueMaster & CodeGrabber (Unleashed) allows unofficially supported frequencies with the `extend_range` and `dangerous_settings` files.
2022-07-22 07:54:44 +00:00
2022-07-25 20:23:50 +00:00
**NOTE: Going outside the officially supported frequencies may DAMAGE YOUR FLIPPER AMP.< br >
2022-07-05 06:34:14 +00:00
Please understand what you're doing if trying to break out of official frequencies.**
2022-07-28 05:36:46 +00:00
You'll need to edit some code and recompile if you want to break outside of the officially supported frequencies. [Proceed with caution. ](https://github.com/UberGuidoZ/Flipper/blob/main/Sub-GHz/Restaurant_Pagers/SubGHz_changes.md )
2022-07-05 06:34:14 +00:00
Referenced Work:
* [LRS Paging Systems ](https://paging-systems.readme.io/v1.2/docs/am-page-modes )
* [Mayhem Portapack Firmware ](https://github.com/eried/portapack-mayhem/blob/next/firmware/application/apps/ui_coasterp.cpp )
* [Tony-Tiger - Hacking Restaurant Pagers with HackRF ](https://www.youtube.com/watch?v=ycLLb4eVZpI )