lonkero 3.6.2

Web scanner built for actual pentests. Fast, modular, Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2026 Bountyy Oy. All rights reserved.
// This software is proprietary and confidential.

/**
 * Registry Module
 * Scanner registry and metadata management
 * © 2026 Bountyy Oy
 */
pub mod scanner_registry;

pub use scanner_registry::{
    ConfigProperty, RiskLevel, ScannerCapability, ScannerCategory, ScannerConfigSchema,
    ScannerMetadata, ScannerRegistry, SCANNER_REGISTRY,
};