/FIN-ignorer

Linux kernel module that ignores FIN flags in TCP stream

Primary LanguageCGNU General Public License v3.0GPL-3.0

FIN ignorer

This ko simply ignores FIN flags in TCP streams.

Usage:

I heard that some pay-for-WLAN providers use the FIN flag to restrict the WLAN connectivity of non-paying users.

To run it, simply compile using Makefile and load with # insmod fin_ignorer.ko

Huge thanks to Hansformer's VR-Wifi-Simulator for getting me started with Linux kernel drivers.