Expand description
TOML-defined service classification rules.
Each rule matches a banner pattern and extracts service metadata.
Rules are loaded from rules/ directory, user-extensible.
Structs§
- Service
Match - Result of classifying a banner.
- Service
Rule - A single service classification rule.
Functions§
- builtin_
plus - Load custom rules + the built-in set, in that order. Custom rules take precedence (appear first) so a higher-priority custom rule can override a built-in.
- builtin_
rules - Built-in rule definitions.
- load_
from_ toml - Load custom service-classification rules from a TOML file.