rshijack

TCP connection hijacker for intercepting and manipulating network traffic

brewmacoslinux
Try with needOr install directly
Source

About

TCP connection hijacker

Commands

rshijack

Examples

Hijack a TCP connection on a specific interface and port$ rshijack -i eth0 -p 80
Monitor and intercept connections with verbose output$ rshijack -i eth0 -p 22 -v
Target specific source and destination addresses$ rshijack -i eth0 -p 443 -s 192.168.1.100 -d 10.0.0.1