mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-12 07:43:30 -07:00
docs: standardize rayhunter casing
Use uppercase Rayhunter throughout docs when refering to the project and software. Does not change pathnames.
This commit is contained in:
committed by
Markus Unterwaditzer
parent
ee8bf0107a
commit
c0b1d4608a
@@ -25,7 +25,7 @@ Windows support in Rayhunter's installer is a work-in-progress. Depending on the
|
||||
2. Download the latest `rayhunter-vX.X.X.zip` from the [Rayhunter releases page](https://github.com/EFForg/rayhunter/releases). The version you download will have numbers instead of X
|
||||
3. Unzip `rayhunter-vX.X.X` .
|
||||
1. Open a powershell terminal by pressing Win+R and typing `powershell` and hitting enter.
|
||||
5. Type `cd ~\Downloads\rayhunter-v<x.x.x>\installer-windows-x86_64` (**Replace <x.x.x> with the rayhunter version you just unzipped**) and hit enter.
|
||||
5. Type `cd ~\Downloads\rayhunter-v<x.x.x>\installer-windows-x86_64` (**Replace <x.x.x> with the Rayhunter version you just unzipped**) and hit enter.
|
||||
5. Run the install script: `.\installer.exe orbic` and hit enter.
|
||||
- The device will restart multiple times over the next few minutes.
|
||||
- You will know it is done when you see terminal output that says `checking for rayhunter server...success!`
|
||||
|
||||
@@ -15,7 +15,7 @@ Building Rayhunter from source, either for development or because the install sc
|
||||
|
||||
[Install Rust the usual way](https://www.rust-lang.org/tools/install). Then,
|
||||
|
||||
- install the cross-compilation target for the device rayhunter will run on:
|
||||
- install the cross-compilation target for the device Rayhunter will run on:
|
||||
```sh
|
||||
rustup target add armv7-unknown-linux-musleabihf
|
||||
```
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ add two port triggers. You can look at `Settings > NAT Settings > Port
|
||||
Triggers` in TP-Link's admin UI to see them.
|
||||
|
||||
1. One port trigger "rayhunter-root" to launch the telnet shell. This is only needed for installation, and can be removed after upgrade. You can reinstall it using `./installer util tplink-start-telnet`.
|
||||
2. One port trigger "rayhunter-daemon" to auto-start rayhunter on boot. If you remove this, rayhunter will have to be started manually from shell.
|
||||
2. One port trigger "rayhunter-daemon" to auto-start Rayhunter on boot. If you remove this, Rayhunter will have to be started manually from shell.
|
||||
|
||||
## Other links
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Updating Rayhunter
|
||||
|
||||
Great news: if you've successfully installed rayhunter, you already know how to update it! Our update process is identical to the installation process: simply repeat the steps for installing Rayhunter via a [release](./installing-from-release.md) or from [source](./installing-from-source.md).
|
||||
Great news: if you've successfully installed Rayhunter, you already know how to update it! Our update process is identical to the installation process: simply repeat the steps for installing Rayhunter via a [release](./installing-from-release.md) or from [source](./installing-from-source.md).
|
||||
|
||||
@@ -47,7 +47,7 @@ Connect to the Wingtech's network over wifi or usb tethering, then run the insta
|
||||
```
|
||||
|
||||
## Obtaining a shell
|
||||
Even when rayhunter is running, for security reasons the Wingtech will not have telnet or adb enabled during normal operation.
|
||||
Even when Rayhunter is running, for security reasons the Wingtech will not have telnet or adb enabled during normal operation.
|
||||
|
||||
Use either command below to enable telnet or adb access:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user