Crates.io | rshark |
lib.rs | rshark |
version | 0.0.1 |
source | src |
created_at | 2015-09-17 17:55:00.953662 |
updated_at | 2015-12-11 23:55:55.315022 |
description | Rusty Shark is a tool for deep inspection of malicious packets. |
homepage | |
repository | https://github.com/musec/rusty-shark |
max_upload_size | |
id | 3063 |
size | 1,373,426 |
rshark
, the Rusty Shark library, is a library for deep inspection
of malicious packets.
Wireshark is a very useful tool for network
debugging, but it's had its
fair share of security vulnerabilities.
rshark
uses the type safety of Rust to enable the dissection of
malicious packets without worry of buffer overflows or other common memory errors.
That is, Rusty Shark is compartmentalized to minimize the damage that
can be done by a successful adversary. The submarine metaphors write themselves.
Further details are available in the Rustdoc.