prt-core 0.5.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
13
//! 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 process_detail;
pub mod scanner;
pub mod session;
pub mod ssh_config;
pub mod ssh_tunnel;
pub mod suspicious;