Merge branch 'main' into frontend-rework

This commit is contained in:
Cooper Quintin
2025-04-22 11:41:51 -07:00
6 changed files with 10 additions and 8 deletions

8
Cargo.lock generated
View File

@@ -1239,7 +1239,7 @@ checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]] [[package]]
name = "rayhunter" name = "rayhunter"
version = "0.2.6" version = "0.2.8"
dependencies = [ dependencies = [
"bytes", "bytes",
"chrono", "chrono",
@@ -1260,7 +1260,7 @@ dependencies = [
[[package]] [[package]]
name = "rayhunter-daemon" name = "rayhunter-daemon"
version = "0.2.6" version = "0.2.8"
dependencies = [ dependencies = [
"axum", "axum",
"chrono", "chrono",
@@ -1326,7 +1326,7 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]] [[package]]
name = "rootshell" name = "rootshell"
version = "0.2.6" version = "0.2.8"
dependencies = [ dependencies = [
"nix", "nix",
] ]
@@ -1539,7 +1539,7 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]] [[package]]
name = "telcom-parser" name = "telcom-parser"
version = "0.2.6" version = "0.2.8"
dependencies = [ dependencies = [
"asn1-codecs", "asn1-codecs",
"asn1-compiler", "asn1-compiler",

View File

@@ -25,6 +25,8 @@ or on [eBay](https://www.ebay.com/sch/i.html?_nkw=orbic+rc400l).
2. Unzip the `release.tar`. Open the terminal and navigate to the folder 2. Unzip the `release.tar`. Open the terminal and navigate to the folder
```bash ```bash
mkdir ~/Downloads/release
tar -xvf ~/Downloads/release.tar -C ~/Downloads/release
cd ~/Downloads/release cd ~/Downloads/release
``` ```

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rayhunter-daemon" name = "rayhunter-daemon"
version = "0.2.6" version = "0.2.8"
edition = "2021" edition = "2021"
[features] [features]

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rayhunter" name = "rayhunter"
version = "0.2.6" version = "0.2.8"
edition = "2021" edition = "2021"
description = "Realtime cellular data decoding and analysis for IMSI catcher detection" description = "Realtime cellular data decoding and analysis for IMSI catcher detection"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rootshell" name = "rootshell"
version = "0.2.6" version = "0.2.8"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "telcom-parser" name = "telcom-parser"
version = "0.2.6" version = "0.2.8"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html