imsi revealing message diagnostic heuristic

This commit is contained in:
Cooper Quintin
2025-11-04 11:58:32 -08:00
committed by Cooper Quintin
parent e27da68b5d
commit e44230c043
5 changed files with 152 additions and 1 deletions

View File

@@ -335,6 +335,17 @@
Test Heuristic (noisy!)
</label>
</div>
<div class="flex items-center">
<input
id="imsi_attach_analyzer"
type="checkbox"
bind:checked={config.analyzers.imsi_attach_analyzer}
class="h-4 w-4 text-rayhunter-blue focus:ring-rayhunter-blue border-gray-300 rounded"
/>
<label for="imsi_attach_analyzer" class="ml-2 block text-sm text-gray-700">
IMSI Attach Analyzer
</label>
</div>
</div>
</div>