add incomplete sib heuristic

This commit is contained in:
Cooper Quintin
2025-07-24 14:29:41 -07:00
committed by Will Greenberg
parent 07d43b5924
commit fd216ecb72
7 changed files with 93 additions and 3 deletions

View File

@@ -195,6 +195,18 @@
NAS Null Cipher Heuristic
</label>
</div>
j
<div class="flex items-center">
<input
id="incomplete_sib"
type="checkbox"
bind:checked={config.analyzers.incomplete_sib}
class="h-4 w-4 text-rayhunter-blue focus:ring-rayhunter-blue border-gray-300 rounded"
/>
<label for="nas_null_cipher" class="ml-2 block text-sm text-gray-700">
Incomplete SIB Heuristic
</label>
</div>
</div>
</div>