mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-01 09:59:57 -07:00
Docs: Add note about non-default credentials to install instructions and modify link target (#839)
This commit is contained in:
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
@@ -1,7 +1,8 @@
|
|||||||
## Pull Request Checklist
|
## Pull Request Checklist
|
||||||
|
|
||||||
- [ ] The Rayhunter team has recently expressed interest in reviewing a PR for this. If not, this PR may be closed due our limited resources and need to prioritize how we spend them.
|
- [ ] The Rayhunter team has recently expressed interest in reviewing a PR for this.
|
||||||
|
- If not, this PR may be closed due our limited resources and need to prioritize how we spend them.
|
||||||
- [ ] Added or updated any documentation as needed to support the changes in this PR.
|
- [ ] Added or updated any documentation as needed to support the changes in this PR.
|
||||||
- [ ] Code has been linted and run through `cargo fmt`
|
- [ ] Code has been linted and run through `cargo fmt`.
|
||||||
- [ ] If any new functionality has been added, unit tests were also added
|
- [ ] If any new functionality has been added, unit tests were also added.
|
||||||
- [ ] [./CONTRIBUTING.md](../CONTRIBUTING.md) has been read
|
- [ ] [CONTRIBUTING.md](https://github.com/EFForg/rayhunter/blob/main/CONTRIBUTING.md) has been read.
|
||||||
|
|||||||
@@ -41,6 +41,9 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices.
|
|||||||
```bash
|
```bash
|
||||||
# For Orbic:
|
# For Orbic:
|
||||||
./installer orbic --admin-password 'mypassword'
|
./installer orbic --admin-password 'mypassword'
|
||||||
|
# Note: the arguments --admin-username 'myusername' and --admin-ip 'mydeviceip'
|
||||||
|
# may be required if different from the default.
|
||||||
|
|
||||||
# Or install over USB if you want ADB and a root shell (not recommended for most users)
|
# Or install over USB if you want ADB and a root shell (not recommended for most users)
|
||||||
./installer orbic-usb
|
./installer orbic-usb
|
||||||
|
|
||||||
@@ -48,7 +51,8 @@ Make sure you've got one of Rayhunter's [supported devices](./supported-devices.
|
|||||||
./installer tplink
|
./installer tplink
|
||||||
```
|
```
|
||||||
|
|
||||||
* On Verizon Orbic, the password is the WiFi password.
|
* On Verizon Orbic, the password is the one used to login to the device's admin menu, and the default is the WiFi password.
|
||||||
|
* ***Note:*** If you have changed the device username, password, or IP address from their default values, these must be provided as arguments to the installer command above.
|
||||||
* On Kajeet/Smartspot devices, the default password is `$m@rt$p0tc0nf!g`
|
* On Kajeet/Smartspot devices, the default password is `$m@rt$p0tc0nf!g`
|
||||||
* On Moxee-brand devices, check under the battery for the password.
|
* On Moxee-brand devices, check under the battery for the password.
|
||||||
* You can reset the password by pressing the button under the back case until the unit restarts.
|
* You can reset the password by pressing the button under the back case until the unit restarts.
|
||||||
|
|||||||
Reference in New Issue
Block a user