lonkero 3.7.0

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

/**
 * Engine Module
 * High-performance engines for various operations
 *
 * © 2026 Bountyy Oy
 */
pub mod rule_engine;

pub use rule_engine::{
    Asset, ComparisonOperator, Condition, EngineMetrics, EvaluationResult, LogicalOperator, Rule,
    RuleEngine, RuleMetadata,
};