Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishpranav authored Aug 28, 2021
1 parent a1f8371 commit a89dc66
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
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.
```

0 comments on commit a89dc66

Please sign in to comment.