Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 28 days ago
JSON representation

A simple tcp hijacker built in rust

Awesome Lists containing this project

README

        

# tcpjack
A simple tcp hijacker built in rust

[![forthebadge](https://forthebadge.com/images/badges/made-with-rust.svg)](https://forthebadge.com)

# Installation
```
git clone https://github.com/krishpranav/tcpjack
cd tcpjack
cargo build
./target/debug/tcpjack
```