https://github.com/krishpranav/tcpjack
A simple tcp hijacker built in rust
https://github.com/krishpranav/tcpjack
c network-sniffer rust sniffer tcp tcp-sniffing
Last synced: about 2 months ago
JSON representation
A simple tcp hijacker built in rust
- Host: GitHub
- URL: https://github.com/krishpranav/tcpjack
- Owner: krishpranav
- Created: 2021-06-26T07:45:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T08:16:28.000Z (about 5 years ago)
- Last Synced: 2025-10-25T03:37:47.637Z (8 months ago)
- Topics: c, network-sniffer, rust, sniffer, tcp, tcp-sniffing
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tcpjack
A simple tcp hijacker built in rust
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/tcpjack
cd tcpjack
cargo build
./target/debug/tcpjack
```