Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbrndnr/sca-rs
A scapy-inspired packet parsing library
https://github.com/lbrndnr/sca-rs
network-analysis packet-crafting packet-sniffer rust scapy
Last synced: about 1 month ago
JSON representation
A scapy-inspired packet parsing library
- Host: GitHub
- URL: https://github.com/lbrndnr/sca-rs
- Owner: lbrndnr
- License: mit
- Created: 2024-03-09T12:31:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:01:20.000Z (about 1 month ago)
- Last Synced: 2024-11-13T16:18:21.477Z (about 1 month ago)
- Topics: network-analysis, packet-crafting, packet-sniffer, rust, scapy
- Language: Rust
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scars is a [scapy](https://github.com/secdev/scapy)-inspired packet crafting library. It's primary goal is to make it as simple as possible to craft and dissect packets. Built on top of powerful [procedural macros](https://doc.rust-lang.org/reference/procedural-macros.html#derive-macros), it provides you with predefined protocols as well as the ability to specify custom ones.
Other crates like [packet-rs](https://github.com/ravi861/packet-rs) exist but they are clumsy to use and feature incomplete.