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
* Add a new configuration page and move content out from TP-Link. The
Configuration section in TP-Link is duplicating what is already in
config.toml.example, and given that we have recently added a lot of
new options I don't want to maintain multiple copies.
* Lots of anchor links were broken since we moved docs from README into
mdbook. Fix them all.
* Document that the key input feature is disabled since 0.4.0.
* Smaller cosmetic changes:
* Make TP-Link M7350 page consistent with TP-Link M7310 page.
* Fix indentation on some bullet points.
* Center-align the rayhunter logo in introduction.md to calm my soul.
It is still misaligned with the page title above itself.
* Add "edit on github" link in mdbook settings.
Rayhunter can be configured by editing `/data/rayhunter/config.toml` on the device. You can obtain a shell on [orbic](./orbic.md#obtaining-a-shell) and [tplink](./tplink-m7350.md#obtaining-a-shell) and edit the file manually. In future versions the web UI will allow you to edit the config as well.
4
+
5
+
View the [default configuration file on GitHub](https://github.com/EFForg/rayhunter/blob/main/dist/config.toml.example).
Copy file name to clipboardExpand all lines: doc/heuristics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Heuristics
2
2
3
-
Rayhunter includes several analyzers to detect potential IMSI catcher activity. These can be enabled and disabled in your [config.toml](https://github.com/EFForg/rayhunter/blob/main/dist/config.toml.example) file.
3
+
Rayhunter includes several analyzers to detect potential IMSI catcher activity. These can be enabled and disabled in your [config.toml](./configuration.md) file.
Copy file name to clipboardExpand all lines: doc/installing-from-release-windows.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,4 @@ Windows support in Rayhunter's installer is a work-in-progress. Depending on the
29
29
5. Run the install script: `.\installer.exe orbic` and hit enter.
30
30
- The device will restart multiple times over the next few minutes.
31
31
- You will know it is done when you see terminal output that says `checking for rayhunter server...success!`
32
-
6. Rayhunter should now be running! You can verify this by following the instructions below to [view the web UI](#usage-viewing-the-web-ui). You should also see a green line flash along the top of top the display on the device.
32
+
6. Rayhunter should now be running! You can verify this by following the instructions below to [view the web UI](./using-rayhunter.md#the-web-ui). You should also see a green line flash along the top of top the display on the device.
Copy file name to clipboardExpand all lines: doc/installing-from-release.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices.
12
12
13
13
3. Turn on your device by holding the power button on the front.
14
14
15
-
* For the Orbic, connect the device using a USB-C cable.
16
-
* For TP-Link, connect to its network using either WiFi or USB Tethering.
15
+
* For the Orbic, connect the device using a USB-C cable.
16
+
* For TP-Link, connect to its network using either WiFi or USB Tethering.
17
17
18
18
4. Run the install script for your operating system:
19
19
@@ -38,7 +38,7 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices.
38
38
39
39
You will know it is done when you see terminal output that says `Testing Rayhunter... done`
40
40
41
-
5. Rayhunter should now be running! You can verify this by [viewing Rayhunter's web UI](./using-rayhunter). You should also see a green line flash along the top of top the display on the device.
41
+
5. Rayhunter should now be running! You can verify this by [viewing Rayhunter's web UI](./using-rayhunter.md). You should also see a green line flash along the top of top the display on the device.
Copy file name to clipboardExpand all lines: doc/introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-

2
-
3
1
# Rayhunter
4
2
3
+
<imgstyle="display: block; margin: 0auto"alt="Rayhunter Logo - An Orca taking a bite out of a cellular signal bar"src="https://www.eff.org/files/styles/media_browser_preview/public/banner_library/rayhunter-banner.png" />
4
+
5
5
Rayhunter is a project for detecting IMSI catchers, also known as cell-site simulators or stingrays. It's designed to run on a cheap mobile hotspot called the Orbic RC400L, but thanks to community efforts can [support some other devices as well](./supported-devices.md).
6
6
7
7
It's also designed to be as easy to install and use as possible, regardless of you level of technical skills. This guide should provide you all you need to acquire a compatible device, install Rayhunter, and start catching IMSI catchers.
Copy file name to clipboardExpand all lines: doc/tplink-m7350.md
+6-16Lines changed: 6 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
# TP-Link M7350
2
2
3
-
The TP-Link M7350 is supported by Rayhunter from 0.3.0 release. TP-Link M7350 supports many more frequency bands than Orbic and therefore works in Europe and also in some Asian and African countries.
3
+
The TP-Link M7350 is **supported by Rayhunter since 0.3.0**. TP-Link M7350 supports many more frequency bands than Orbic and therefore works in Europe and also in some Asian and African countries.
4
4
5
5
## Hardware versions
6
6
7
7
The TP-Link comes in many different *hardware versions*. Support for installation varies:
8
8
9
-
*`1.0`, `2.0`: **Not suported**, probably impossible to obtain anymore (even second-hand), however there is one report that installation is possible on `1.0` (but no reports if it is working or not)
9
+
*`1.0`, `2.0`: **Not supported**, devs are not able to obtain a device
10
10
*`3.0`, `3.2`, `5.0`, `5.2`, `7.0`, `8.0`: **Tested, no known issues since 0.3.0.**
11
-
*`6.2`: **One user reported it is working**
11
+
*`6.2`: **One user reported it is working, not tested**
Follow the [release installation guide](./installing-from-release.md). Substitute `./installer orbic` for `./installer tplink` in other documentation. The Rayhunter UI will be available at [http://192.168.0.1:8080](http://192.168.0.1:8080).
30
30
31
+
## Obtaining a shell
32
+
31
33
Unlike on Orbic, the installer will not enable ADB. Instead, you can obtain a root shell with the following command:
32
34
33
35
```sh
@@ -45,18 +47,6 @@ If your device has a one-bit (black-and-white) display, Rayhunter will instead s
45
47
*`:)` (smiling) means "recording"
46
48
*`:` (face with no mouth) means "paused"
47
49
48
-
## Configuration
49
-
50
-
Displaying status can be changed in the configuration (`config.toml`) file, where UI level (`ui_level` variable) could be changed to:
51
-
-`0`: invisible mode, no indicator that Rayhunter is running
52
-
-`1`: subtle mode, display a green line at the top of the screen when Rayhunter is running
53
-
-`2`: demo mode, display a fun Orca GIF
54
-
-`3`: display the EFF logo
55
-
56
-
You can also change `colorblind_mode` (default is `false`) to `true`. In that case there will be blue line instead of green line.
57
-
58
-
You can change the `port` (default is `8080`) where Rayhunter is listening for incoming connections and more advanced users can change the variables `qmdl_store_path` and `debug_mode`. However, change those variables only if you know what you are doing.
59
-
60
50
## Power-saving mode/sleep
61
51
62
52
By default the device will go to sleep after N minutes of no devices being connected. In that mode it will also turn off connections to cell phone towers.
Copy file name to clipboardExpand all lines: doc/using-rayhunter.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using Rayhunter
2
2
3
-
Once installed, Rayhunter will run automatically whenever your device is running. You'll see a green line on top of the device's display to indicate that it's running and recording. [The line will turn red](#red) once a potential IMSI catcher has been found, until the device is rebooted or a new recording is started through the web UI.
3
+
Once installed, Rayhunter will run automatically whenever your device is running. You'll see a green line on top of the device's display to indicate that it's running and recording. [The line will turn red](./faq.md#red) once a potential IMSI catcher has been found, until the device is rebooted or a new recording is started through the web UI.
4
4
5
5

6
6
@@ -29,3 +29,5 @@ You can access this UI in one of two ways:
29
29
## Key shortcuts
30
30
31
31
As of 0.3.3, you can start a new recording by double-tapping the power button. Any current recording will be stopped and a new recording will be started, resetting the red line as well.
32
+
33
+
**This feature is disabled by default since 0.4.0** and needs to be enabled through [configuration](./configuration.md).
0 commit comments