You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-7
Original file line number
Diff line number
Diff line change
@@ -6,23 +6,35 @@ This app triggers restaurant pagers in a brute force manner, useful to test if d
6
6
7
7
## Supported Pagers
8
8
- Retekess T119
9
-
- Retekess TD157
10
-
- Retekess TD165
11
-
- Retekess TD174
9
+
- Retekess TD157 (coming soon)
10
+
- Retekess TD165 (coming soon)
11
+
- Retekess TD174 (coming soon)
12
12
13
13
### Features
14
-
- Select range of stations
15
-
- Select range of pagers
14
+
- Select range of stations (needs improving for full range)
15
+
- Select range of pagers (needs improving for full range)
16
16
17
17
## How to install on Flipper Zero
18
-
- If you do not have one, download a firmware<br>
18
+
- If you do not have one, download a firmware onto your PC via git<br>
19
19
- Plug your Flipper Zero in via USB. <br>
20
20
- Copy the contents of this folder into the applications_user folder of your firmware. <br>
21
21
22
+
## What does the blinking mean
23
+
24
+
### Yellow Blinking LED
25
+
Means that the SubGhz Code is being generated for the configured range
26
+
27
+
### Purple Blinking LED
28
+
Means that SubGhz Signals are being sent
29
+
22
30
## Can this Brute-Force Attacks
23
-
In Theory yes, but I wouldn't recommend trying it. Most pagers support 8191 Stations. Triggering ~30 Pagers per station would easily take over 2h. That when only sending each trigger once. It is recommended is to repeat the signal approx 10x, so that would already take all day.
31
+
This is a Proof-of-Concept. In Theory it could, but I wouldn't recommend trying it. Its annoying for people targeted and it could get you into trouble. Seriously, don't be that person, nobody will like your for it.
32
+
Appart from that, most pagers support 8191 Stations. Triggering ~30 Pagers per station would easily take a long time. That when only sending each trigger once. It is recommended is to repeat the signal approx 10x (currently not possible, but possible that stations don't react to a single call), so that would already take all day.
24
33
Chances are also, that your Flipper Zero will crash in that time.
25
34
35
+
## Does this even work
36
+
I don't know. It's based on intel collected from other people. The Flipper sends data, I checked that with a second flipper. But if the data actually triggers something is not sure.
0 commit comments