cursock-1.2.0 has been yanked.
Cursock
Crate for raw socketing, can send raw packets and some protocols
Protocols
- Arp
Platforms
- Windows (npcap)
- Linux
Links
- docs.rs - https://docs.rs/cursock
- github - https://github.com/CURVoid/cursock.git
Examples
let socket = new.expect; // Linux
let socket = new.expect; // Windows
// Since windows socket implementation is using npcap you should pass "npcap-like" interface
let buffer: = ;
socket.send_raw_packet.expect;
socket.destroy