stalkermap-tcp 0.1.1

TCP utilities with custom handshakes for multiple port‑scanning techniques
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! # Stalkermap-TCP (WIP)
//!
//! - TCP utilities with custom handshakes for multiple port‑scanning techniques
//! - TCP for working with stalkermap scanner
//!
//! **(no functionality yet, still early in development)**

pub mod sys;
pub use sys::{LinuxSocket, LinuxSocketErrors};

pub mod tcp;

// RFC 9293