NyaMisty / ipt_tcpbody

TCP body length mangler target for iptables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This iptables module changes TCP window header field.

The purpose is only testing and debugging because of changing TCP window
usualy is very bad idea.

Repository contains both iptables module for kernel and iptables plug-in for
userspace.

It is based on TTL module written by
Harald Welte <laforge@netfilter.org>

Usage example:

- make modules and put them to proper places
- modprobe xt_TCPBODY
- iptables -t mangle -I OUTPUT -p tcp --sport 80 --tcp-flags SYN,ACK SYN,ACK -j TCPBODY --tcpwin-set 0

About

TCP body length mangler target for iptables


Languages

Language:C 82.3%Language:Makefile 12.3%Language:Roff 5.4%