Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932859AbXAACAq (ORCPT ); Sun, 31 Dec 2006 21:00:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932871AbXAACAq (ORCPT ); Sun, 31 Dec 2006 21:00:46 -0500 Received: from tmailer.gwdg.de ([134.76.10.23]:34546 "EHLO tmailer.gwdg.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932859AbXAACAp (ORCPT ); Sun, 31 Dec 2006 21:00:45 -0500 Date: Mon, 1 Jan 2007 03:00:22 +0100 (MET) From: Jan Engelhardt To: Netfilter Mailing List cc: Linux Kernel Mailing List Subject: chaostables 0.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Report: Content analysis: 0.0 points, 6.0 required _SUMMARY_ Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1155 Lines: 31 Hi list(s), chaostables is a small package containing some nice netfilter magic: a module xt_portscan which matches the nmap scan types (including -sS) and more, and a xt_CHAOS module which slows down network scanners by triggering their codepaths for handling slow-working/'broken' operating systems. Documentation is not yet fully complete, but it explains the details behind the portscan match and how it can be implemented without using the xt_portscan.ko module. By looking at the code and some example files, it should be possible to figure out how to use these (obviously, -m portscan [types] and -j CHAOS -- but a little self-experimenting is always good, too.) http://jengelh.hopto.org/f/chaostables/chaostables-0.2.tar.bz2 (it is a remake of what was previously known, and now inaccessible, as AS_IPFW) I happily take comments on anything. Thanks and, FWIW, happy new Year(), Jan -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/