2024-01-30 09:58:05 -08:00
2024-01-29 16:44:03 -08:00
2024-01-29 16:46:20 -08:00
2023-11-08 15:19:47 -08:00
2024-01-30 09:58:05 -08:00
2024-01-30 09:58:05 -08:00
2024-01-29 16:44:03 -08:00
2023-11-08 15:19:47 -08:00
2024-01-29 17:06:15 -08:00
2024-01-29 17:06:15 -08:00
2024-01-29 16:44:03 -08:00
2023-11-08 15:23:19 -08:00
2024-01-29 16:44:03 -08:00
2024-01-29 16:44:03 -08:00

Rayhunter

 @@@@@@@   @@@@@@  @@@ @@@      @@@  @@@ @@@  @@@ @@@  @@@ @@@@@@@ @@@@@@@@ @@@@@@@ 
 @@!  @@@ @@!  @@@ @@! !@@      @@!  @@@ @@!  @@@ @@!@!@@@   @@!   @@!      @@!  @@@
 @!@!!@!  @!@!@!@!  !@!@!       @!@!@!@! @!@  !@! @!@@!!@!   @!!   @!!!:!   @!@!!@! 
 !!: :!!  !!:  !!!   !!:        !!:  !!! !!:  !!! !!:  !!!   !!:   !!:      !!: :!! 
  :   : :  :   : :   .:          :   : :  :.:: :  ::    :     :    : :: :::  :   : :
                                                                                    
                                               
_      _      _      _      _      _      _      _
)`'-.,_)`'-.,_)`'-.,_)`'-.,_)`'-.,_)`'-.,_)`'-.,_)`'-.,_

                O          .
             O            ' '
               o         '   .
             o         .'
          __________.-'       '...___
       .-'                      ###  '''...__
      /   a###                 ##            ''--.._ ______
      '.                      #     ########        '   .-'
        '-._          ..**********####  ___...---'''\   '
            '-._     __________...---'''             \   l
                \   |                         apc     '._|
                 \__;

Rayhunter is an IMSI Catcher Catcher for the Orbic mobile hotspot. Based on code from QCSuper

THIS CODE IS PROOF OF CONCEPT AND SHOULD NOT BE RELIED UPON IN HIGH RISK SITUATIONS

Code is built and tested for the Orbic RC400L mobile hotspot, it may work on other orbics and other linux/qualcom devices but this is the only one we have tested on. Buy the orbic using bezos bucks

Root your device on windows using the instructions here: https://xdaforums.com/t/resetting-verizon-orbic-speed-rc400l-firmware-flash-kajeet.4334899/#post-87855183 (script to root on linux coming soon)

Setup

on your linux laptop install rust the usual way and then install cross compiling dependences. run sudo apt install build-essential libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf

set up cross compliing for rust:

rustup target add x86_64-unknown-linux-gnu
rustup target add armv7-unknown-linux-gnueabihf

Build for arm using cargo build

Run tests using cargo test_pc

Push the scripts in scripts/ to /etc/init.d on device and make a directory called /data/rayhunter using adb shell (and sshell for your root shell if you followed the steps above)

you also need to copy config.toml.example to /data/rayhunter/config.toml

Then run ./make.sh this will build the binary and push it over adb. Restart your device or run /etc/init.d/rayhunter_daemon start on the device and you are good to go.

Description
No description provided
Readme GPL-3.0 17 MiB
Languages
Rust 76%
Svelte 16.5%
TypeScript 3.9%
Shell 1.3%
Python 1.2%
Other 1%