Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
/ ipt_tcpwin Public archive

Iptables module for changing TCP window header field

Notifications You must be signed in to change notification settings

p5n/ipt_tcpwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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_TCPWIN
- iptables -t mangle -I OUTPUT -p tcp --sport 80 --tcp-flags SYN,ACK SYN,ACK -j TCPWIN --tcpwin-set 0

About

Iptables module for changing TCP window header field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published