fragroute

Intercept and modify network traffic for a specific host

brewmacoslinux
Try with needOr install directly
Source

About

Intercepts, modifies and rewrites egress traffic for a specified host

Commands

fragroute

Examples

fragment outgoing packets to bypass firewall filters$ fragroute -f config.conf 192.168.1.100
reorder TCP packets for a target IP address$ fragroute -D 192.168.1.50
view available traffic modification options$ fragroute -h
drop packets matching a pattern for testing$ fragroute -f drop.conf 10.0.0.5
modify packet headers for network testing$ fragroute -f headers.conf 192.168.1.100