feat(ui): wire icmp_error / icmp6_error fingerprint probes into AttackerDetail

This commit is contained in:
2026-05-21 15:12:39 -04:00
parent 2af46ed102
commit 946636d8f4
5 changed files with 205 additions and 3 deletions

View File

@@ -21,6 +21,8 @@ export const fpTypeLabel: Record<string, string> = {
jarm: 'JARM',
hassh_server: 'HASSH SERVER',
tcpfp: 'TCP/IP STACK',
icmp_error: 'ICMP ERROR LEAK',
icmp6_error: 'ICMPv6 ERROR LEAK',
};
export const fpTypeIcon: Record<string, React.ReactNode> = {
@@ -41,6 +43,8 @@ export const fpTypeIcon: Record<string, React.ReactNode> = {
jarm: <Crosshair size={14} />,
hassh_server: <Lock size={14} />,
tcpfp: <Wifi size={14} />,
icmp_error: <Wifi size={14} />,
icmp6_error: <Crosshair size={14} />,
};
export const UA_CATEGORY_COLOR: Record<string, string> = {