Skip to main content

Module scanner

Module scanner 

Source
Expand description

Scanner traits and configuration for the detection layer (L5).

This module provides file-system oriented scanning interfaces:

  • Scanner trait for scanning files and directories
  • ContentScanner trait for content-based scanning
  • ScannerConfig for common scanner configuration

Structs§

ScannerConfig
Common configuration shared by all scanners.

Traits§

ContentScanner
Extended trait for scanners that support content-based scanning.
Scanner
Core trait for all security scanners.