forked from krishpranav/packetkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f8371
commit a89dc66
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# packetkit | ||
An Advanced Network Packet Sniffer Built In Rust | ||
|
||
[![forthebadge](https://forthebadge.com/images/badges/made-with-rust.svg)](https://forthebadge.com) | ||
|
||
# Installation | ||
``` | ||
$ git clone https://github.com/krishpranav/packetkit | ||
$ cd packetkit | ||
$ cargo build | ||
``` | ||
|
||
- About packetkit: | ||
|
||
``` | ||
packetkit is a network sniffer written in rust. Network packets are parsed concurrently using a thread pool to utilize all cpu cores. | ||
Project goals are that you can run packetkit securely on untrusted networks and that it must not crash when processing packets. | ||
The output should be as useful as by default. | ||
``` |