devendranaga / rawsocket-rs

Raw Sockets in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Compile

Change interface name in Raw_Socket::init() from wlp4s0 to your network interface and recompile.

cargo build

Run

sudo ./target/debug/rawsocket-rs # raw sockets require super user privileges

About

Raw Sockets in Rust

License:MIT License


Languages

Language:Rust 100.0%