feat(pr2): HTTP/2+HTTP/3 fingerprint extractors — JA4H, H2 SETTINGS, JA4-QUIC

This commit is contained in:
2026-05-10 00:47:19 -04:00
parent 0653e500b5
commit 92632d7afd
25 changed files with 1885 additions and 48 deletions

View File

@@ -13,6 +13,9 @@ if 'http/2' in versions:
print(' '.join(tokens) if tokens else 'h1')
")
DECNET_FP_SOCK="${DECNET_FP_SOCK:-/run/decnet/fp.sock}"
rm -f "$DECNET_FP_SOCK"
cat > /etc/caddy/Caddyfile <<EOF
{
admin off
@@ -22,7 +25,10 @@ cat > /etc/caddy/Caddyfile <<EOF
}
:80 {
reverse_proxy 127.0.0.1:8080
route {
decnet_fp
reverse_proxy 127.0.0.1:8080
}
}
EOF