Skip to content

Network installer fails on Orbic RC400L: "exit code 0" not found in: command done, exit code 1 #693

@Tom-Neverwinter

Description

@Tom-Neverwinter

Prerequisites

Bug Report Details

Description:
When attempting to install rayhunter on an Orbic RC400L device via the network installer on Windows, the process connects successfully via telnet but fails during execution. The installer reports:

dummy password used, not actual password for display purposes

installer.exe orbic --admin-password "00000000"
Logging in and starting telnet... done
Waiting for telnet to become available... done

Failed to install rayhunter on the Orbic RC400L

Caused by:
    "exit code 0" not found in: command done, exit code 1

or

F:\Project\imsi capture\rayhunter-v0.8.0-windows-x86_64\rayhunter-v0.8.0-windows-x86_64>installer.exe orbic --admin-password '00000000'
Logging in and starting telnet...
Failed to install rayhunter on the Orbic RC400L

Caused by:
    Login failed with retcode: 201

Steps to reproduce:

Connect the Orbic RC400L device to the network.

Run the network installer on Windows:

installer.exe orbic --admin-password

Observe that telnet connection succeeds but installation fails with the "exit code 0" not found error.

Expected behavior:
The network installer should complete successfully, returning "exit code 0" on all remote commands.

Actual behavior:
Installer connects via telnet but fails during remote command execution with "exit code 0" not found in: command done, exit code 1".

Environment:

Windows 10 Version 10.0.26200.7019

Rayhunter v0.8.0

Device: Orbic RC400L

Network installer (not USB installer)

telnet is disabled by default on windows systems and needs to be manually added with the features and addon tool
dism /online /Enable-Feature /FeatureName:TelnetClient

SSID: Verizon-RC400L-52
Protocol: Wi-Fi 4 (802.11n)
Security type: WPA2-Personal
Manufacturer: MediaTek, Inc.
Description: RZ616 Wi-Fi 6E 160MHz
Driver version: 3.4.0.1063
Network band (channel): 2.4 GHz (11)
Aggregated link speed (Receive/Transmit): 72/72 (Mbps)
Link-local IPv6 address: fe80::e118:8c49:33ae:3511%19
IPv4 address: 192.168.1.192
IPv4 default gateway: 192.168.1.1
IPv4 DNS servers: 192.168.1.1 (Unencrypted)
Physical address (MAC): D8:B3:2F:A3:A7:F1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinginstallerIssues related to the installerinstaller: windowsIssues with the installer on Windows.orbic

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions