prt-core 0.3.0

Core library for prt — real-time network port scanner with change tracking, alerts, suspicious detection, known ports, bandwidth and container awareness
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Core business logic: scanning, diffing, killing, and session management.

pub mod alerts;
pub mod bandwidth;
pub mod container;
pub mod firewall;
pub mod killer;
pub mod namespace;
pub mod process_detail;
pub mod scanner;
pub mod session;
pub mod suspicious;