Crates.io | icmptunnel-rs |
lib.rs | icmptunnel-rs |
version | 0.2.0 |
source | src |
created_at | 2023-11-21 22:39:08.277208 |
updated_at | 2024-10-13 09:01:14.874213 |
description | Tunnel ip packets through icmp pings |
homepage | |
repository | |
max_upload_size | |
id | 1044697 |
size | 96,677 |
A rust implementation of an icmp tunnel, complete with authentication and encryption. Inspired by https://github.com/DhavalKapil/icmptunnel
git clone https://github.com/fabi321/icmptunnel-rs.git
cd icmptunnel-rs
cargo build --release
or
cargo install icmptunnel-rs
running the server
sudo ./target/release/icmptunnel-rs server --password <password>
running the client
sudo ./target/release/icmptunnel-rs client --password <password> --server-address <server ip>