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

//! Module authorization and ID management
//!
//! This module provides server-side module authorization.
//! All module access is validated by the server.

pub mod ids;

pub use ids::*;