net-agent 0.1.2

net-agent is a binary crate which you can run to capture network traffic. Then all the captured traffic can be loaded to my.netstalker.io for further analysis.
Documentation
1
2
3
4
5
pub mod core;
pub mod agent;
pub mod args;
pub mod config;
pub mod packet_handler;