Skip to content

paolokazemi/Spoof-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoof Detector

Build

Detect spoofing of IP packets in a PCAP file using heuristics such as variance in TTL values, global reachability of an IP address, and packet data.

Build

The project can be built using the following command:

cargo build

Run

To run the analysis, execute the following command passing as parameter the path to the PCAP file:

cargo run -- -f data/ddos_attack.pcap

Test

Some basic tests are provided and can be run with the following command:

cargo test

About

Detect spoofing of IP packets in a PCAP file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages