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
// Copyright (c) 2026 Bountyy Oy. All rights reserved.
// This software is proprietary and confidential.

pub mod deduplication;
pub mod delivery;
pub mod engine;
pub mod formats;
pub mod mappings;
pub mod templates;
pub mod types;

pub use engine::ReportEngine;
pub use types::{ReportConfig, ReportFormat, ReportOutput};