Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://meoker.github.io/pagger/
Sub-GHz generators for restaurants/kiosks paging systems compatible with the Flipper Zero.
https://meoker.github.io/pagger/
bruteforce bruteforcer flipper-zero flipperzero pager pagers retekess sub-ghz subghz t119 td157 td165 td174
Last synced: 10 days ago
JSON representation
Sub-GHz generators for restaurants/kiosks paging systems compatible with the Flipper Zero.
- Host: GitHub
- URL: https://meoker.github.io/pagger/
- Owner: meoker
- Created: 2023-01-14T15:29:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T13:09:58.000Z (over 1 year ago)
- Last Synced: 2024-02-29T23:39:31.211Z (9 months ago)
- Topics: bruteforce, bruteforcer, flipper-zero, flipperzero, pager, pagers, retekess, sub-ghz, subghz, t119, td157, td165, td174
- Language: HTML
- Homepage: https://meoker.github.io/pagger
- Size: 18.1 MB
- Stars: 277
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flipperzero - `Pagger` Sub-GHz generators for restaurants/kiosks paging systems.
- awesome-flipperzero-withModules - `Pagger` Sub-GHz generators for restaurants/kiosks paging systems.
README
![logo](logo.png)
# Pagger
A collection of Sub-GHz files generators compatible with the Flipper Zero to handle restaurants/kiosks paging systems.### Supported systems:
[Retekess T119](https://meoker.github.io/pagger/retekess-t119/retekess-t119.html)\
[Retekess TD157](https://meoker.github.io/pagger/retekess-td157/retekess-td157.html)\
[Retekess TD165](https://meoker.github.io/pagger/retekess-td165/retekess-td165.html)\
[Retekess TD174](https://meoker.github.io/pagger/retekess-td174/retekess-td174.html)### How to use:
Get your Flipper Zero, go to **_Sub-GHz_** -> **_Read_** and try to detect some useful signal:![read](read.jpg)
Once you get your key, go to the related Pagger generator and write it down in the form, you will be able to calculate back the station, pager and action numbers:
![calculate](calculate.jpg)
From there you can generate a single key file for a single pager:
![key-file](key-file.jpg)
or a combo raw file for multiple pagers:
![raw-file](raw-file.jpg)
### Why not a bruteforcer:
TLDR; Nobody got time for that!Long version: from my research I found that the first transmitted bits are an encoded number that defines the transmitter station.
This number is probably randomly generated the first time the station is turned on and I think it's used to avoid collisions with devices of the same type in the same area.\
If my calculations are correct, with 13 bits you can have 8191 possible station numbers, so you should loop through all of these numbers if you want to find yours.\
The problem now is that for each station number, you should also loop through all of its pagers numbers and obviously this is time-consuming.
In my tests, calling 10 pagers for 1000 stations took ~1h on my Flipper Zero, so do your math!\
That said, the other bruteforcers I found online never worked.### Contribute:
If you have a new generator, please PR it.\
If you simply have key/raw files of an unsupported system, open a new Issue with brand, model, pager number and as much info as you can have, this will help the community to work on it.\
At the moment I have no time or interest to develop a Flipper Zero app.\
Feel free to use this code to build your own project, in that case let me know, I'd like to check it out!### Disclaimer:
I developed these scripts for research purposes.\
I don't endorse any attack that could damage any public service, so please use it responsibly.### Credits:
Thanks to [ShotokanZH](https://github.com/ShotokanZH) for his awesome work with [flipper_sub_plotters_comparers](https://github.com/ShotokanZH/flipper_sub_plotters_comparers).\
Thanks to Aspide85 for his support with TD165 paging system.\
Thanks to [zProAle](https://github.com/zproale) for his support with TD174 paging system.