mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-12-25 09:23:52 +01:00
1. Moved misplaced code that was causing kernel oops in reset mode. 2. Added payload size calc to honeypot mode, so ack sequence may ACK the length of client's sent payload packets correctly. 3. Modified TTL for honeypot mode so we look more like a Windows machine.
PSD (Portscan Detection) External extensions for Xtables-addons Example: iptables -A INPUT -m psd --psd-weight-threshold 21 --psd-delay-threshold 300 --psd-lo-ports-weight 1 --psd-hi-ports-weight 10 -j LOG --log-prefix "PSD: "