Will Greenberg
f273d28728
daemon: fix recovery timestamp
2025-07-17 10:41:54 -07:00
Will Greenberg
f1e283b52c
daemon: do a best-effort manifest recovery
...
Revises @cooperq's recovery a bit by preventing any panics, recovering
whichever files we can and skipping the ones we can't.
2025-07-17 10:41:54 -07:00
Will Greenberg
1011c4b123
daemon: don't track analysis file bytes written
...
We don't actually use this for anything
2025-07-17 10:41:54 -07:00
Cooper Quintin
5db24e4b21
recreate manifest entries if manifest is recreated due to error fixes #199
2025-07-17 10:41:54 -07:00
oopsbagel
a72e4b2234
docs: minor fixes for <links>, npm from daemon/web
2025-07-16 17:29:38 -07:00
oopsbagel
ca0151f656
chore: cargo fmt
2025-07-16 16:56:16 -07:00
oopsbagel
56930db130
doc(tmohs1): add bands 2, 4, 5
...
These were originally excluded because they weren't tested, as they are
subsets of bands 25, 26, and 66, but are worth enumerating.
2025-07-16 16:56:16 -07:00
oopsbagel
f018b8f662
ci: build rayhunter-daemon for tmobile
2025-07-16 16:56:16 -07:00
oopsbagel
7e0f12f1c5
doc(tmohs1): one must change the default password
2025-07-16 16:56:16 -07:00
oopsbagel
e32a6f5b2e
fix(installer/tmobile): wait 200ms for telnet
2025-07-16 16:56:16 -07:00
oopsbagel
58618f3412
doc: support the Tmobile TMOHS1 hotspot
2025-07-16 16:56:16 -07:00
oopsbagel
003a8b280b
chore: cargo fmt
2025-07-16 16:56:16 -07:00
oopsbagel
27bf20fbf4
fix(installer): de-duplicate common wingtech/tmohs
...
The Tmobile TMOHS1 is clearly based on the Wingtech CT2MHS01, and thus
the installation process looks very similar between them.
2025-07-16 16:56:16 -07:00
oopsbagel
b7636386fc
feat: support Tmobile TMOHS1 hotspot
...
Add support for the Tmobile TMOHS1, a Wingtech CT2MHS01-based hotspot
with a Qualcomm mdm9607. The TMOHS1 has no screen, only 5 LEDs, two of
which are RGB.
2025-07-16 16:56:16 -07:00
Cooper Quintin
f23cc07652
Update doc/heuristics.md
...
Co-authored-by: Will Greenberg <willg@eff.org >
2025-07-16 15:25:11 -07:00
Cooper Quintin
f9b621bde9
Update lib/src/analysis/nas_null_cipher.rs
...
Co-authored-by: Will Greenberg <willg@eff.org >
2025-07-16 15:25:11 -07:00
Cooper Quintin
a4cb9454bd
add version
2025-07-16 15:25:11 -07:00
Cooper Quintin
fbac464b46
add config option and documentation
2025-07-16 15:25:11 -07:00
Cooper Quintin
b923d9d5a6
cargo fmt
2025-07-16 15:25:11 -07:00
Cooper Quintin
790c0963cd
add nas null cipher analyzer
2025-07-16 15:25:11 -07:00
Will Greenberg
32106ac0f4
daemon: rm vestigial dummy_analyzer remnants
2025-07-16 13:20:14 -07:00
Will Greenberg
1ce4d99c59
web: consider unversioned heuristics to be v0
...
This lets us cleanly differentiate old heuristics (which we know contain
some false positives) from our current set.
2025-07-16 13:20:14 -07:00
Will Greenberg
b055ddc670
web: more linting
2025-07-16 13:20:14 -07:00
Will Greenberg
09d4328dc2
web: lint fixes
2025-07-16 13:20:14 -07:00
Will Greenberg
1a4deb7524
appease clippy
2025-07-16 13:20:14 -07:00
Will Greenberg
0585e0f996
run cargo fmt
2025-07-16 13:20:14 -07:00
Will Greenberg
c783831e78
check: support pcaps
...
rayhunter-check will now analyze any PCAP files it finds in addition to
QMDL
2025-07-16 13:20:14 -07:00
Will Greenberg
3ddbaa07ca
CI: fix paths to daemon workspace
2025-07-16 13:20:14 -07:00
Will Greenberg
83f246e9af
lib: bump the analysis report version
2025-07-16 13:20:14 -07:00
Will Greenberg
0d96b4c103
frontend: bump sveltekit version
...
We're using a config setting that's only present in sveltekit v2.13
onwards
2025-07-16 13:20:14 -07:00
Will Greenberg
7cd8835cab
frontend: handle both old and new analysis reports
...
Adds support for versioned analysis reports (and defaults to v1 for
reports with no version).
2025-07-16 13:20:14 -07:00
Will Greenberg
e81df18315
check: crawl input dir for QMDL, update to new analysis format
2025-07-16 13:20:14 -07:00
Will Greenberg
0915103ede
Flattens analysis structure a bit
...
Instead of mirroring the QMDL container format exactly, let our analysis
files just be flat lists of packet analysis. Also removes the dummy
analyzer and adds version numbers to analysis reports and Analyzers
2025-07-16 13:20:14 -07:00
Will Greenberg
da18a1f9da
Split bin dir into separate daemon and check dirs
...
This lets us manage their increasingly disparate dependencies separately
2025-07-16 13:20:14 -07:00
oopsbagel
5bb3dc9db5
Merge pull request #455 from oopsbagel/ci-release-one-zip-per-platform
...
ci: release one zip{,.sha256sum} per platform
2025-07-16 14:43:52 +00:00
oopsbagel
c2c6004f4e
ci: release one zip{,.sha256sum} per platform
2025-07-16 00:22:49 -07:00
Markus Unterwaditzer
e320874854
Remove PartialEq, Clone, Serialize from LTE RRC parser
...
Compiling telecom-parser takes 2 minutes on my machine. After removing
those derives it takes 1:15. I suspect it's mostly serde though.
2025-07-15 15:21:02 -07:00
Markus Unterwaditzer
300215206c
Inline all assets into index.html, compress it, saves 300kB
2025-07-10 12:24:26 -07:00
Markus Unterwaditzer
5e328b889b
Fix eslint issues
2025-07-10 12:24:26 -07:00
Markus Unterwaditzer
97cbe62f42
Fix all issues in npm run check
2025-07-10 12:24:26 -07:00
Markus Unterwaditzer
27408dd64a
Add web frontend linter to CI
2025-07-10 12:24:26 -07:00
Markus Unterwaditzer
e5c0e13d32
run prettier
2025-07-10 12:24:26 -07:00
Markus Unterwaditzer
41133ba793
Changes to web configs
2025-07-10 12:24:26 -07:00
Markus Unterwaditzer
0be2b02349
Define missing stop_recording/start_recording_classes
...
These variables were referenced but not actually defined. Define them
and make the button disabled when rayhunter is stopping/starting
2025-07-10 12:24:26 -07:00
oopsbagel
81eb3eac57
Merge pull request #440 from oopsbagel/tokio-rt-current-thread
...
installer: tokio runtime flavor current_thread
2025-07-09 23:33:16 +00:00
Markus Unterwaditzer
3247d35b7e
Fix clippy lints
...
https://github.com/EFForg/rayhunter/pull/451 is failing because we got
auto-upgraded to a new clippy, which lints against more things
2025-07-10 01:17:58 +02:00
oopsbagel
355242fa71
Merge pull request #448 from oopsbagel/arm32-installer
...
ci: build installer and rayhunter-check for armv7, rename ubuntu -> linux in release bundles
2025-07-07 18:34:19 +00:00
oopsbagel
72d6c65f29
ci: use soft float target for armv7
...
Support more platforms by using a the soft float musl target for
aarch32/armv7/v8. The installer is not performance bound by floating
point operations.
2025-07-06 16:04:17 -07:00
oopsbagel
5e66c26e70
ci: build installer and rayhunter-check for armv7
...
Support installing on aarch32/armv7 linux systems.
2025-07-04 12:18:12 -07:00
Markus Unterwaditzer
b0d8307a14
Add send-file utilities for wingtech and tplink
...
Since we never turn on ADB, it's a bit cumbersome to send files to the
device.
2025-07-04 11:21:51 +02:00