Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

k0pernicus/packetSniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packetSniffer

Author

k0pernicus
antonin[dot]carette[at]gmail[dot]com

Version

1.5

Goal

A simple personal packet sniffer in Rust.
This software will save informations received in a .pcap file, in rslts directory.
You can visualize these informations with tcpdump like tcpdump -qns 0 -A -r rslts.pcap.

How to use it?

cargo build --release
cargo run -- -p (list devices to sniff)
cargo run -- -d <device_name_to_sniff>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages