From owner-freebsd-pf@FreeBSD.ORG Sun Mar 23 15:28:57 2008 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D1801065673 for ; Sun, 23 Mar 2008 15:28:57 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.184]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8648FC13 for ; Sun, 23 Mar 2008 15:28:56 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3278920fka.11 for ; Sun, 23 Mar 2008 08:28:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=I+OesYSpS/2dwZG3sqL/h1cRTXnHriWfgSh17IaNBBc=; b=boXzepw48uSrnIRdlhT7Uj3iFMLx28KF73b0sRBlknTLDy5RphAXg5hO1WaGYDoEvak1quc4BNYRjMFcCNFZpc6WysnXVbXJvxwdnbuLLhbHLLpYzgvCIa3uZmbZFKI+8syLmE08t/VvWr/f5k/tgQYEumcLdBvjVwniO2r9p54= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=oT8Zj5u9H/AkM59OiYtho40GoaYxQMa/TfPqnrvTIhcdXlYQTOppaswEiL/qv1hykt39VBJXpcGono+a9H6kYfzkcZhbwX/0zWnFDFJaregFpdGqShfeD/oAgQa2t2TCzcSoQWkPdtA5VXbAQ344Z34mwXrko58gTRppUR4D5SA= Received: by 10.78.107.8 with SMTP id f8mr17088864huc.23.1206284452036; Sun, 23 Mar 2008 08:00:52 -0700 (PDT) Received: from fnop.net ( [83.144.141.62]) by mx.google.com with ESMTPS id c22sm11255606ika.3.2008.03.23.08.00.50 (version=SSLv3 cipher=OTHER); Sun, 23 Mar 2008 08:00:51 -0700 (PDT) Date: Sun, 23 Mar 2008 15:00:38 +0000 From: Rui Paulo To: =?us-ascii?B?PT9JU08tODg1OS0xP1E/RGFuaWVsX0RpYXNfR29uPUU3YWx2ZXNf?= , ?=@fnop.net Message-ID: <20080323150038.GA17070@fnop.net> References: <47E5BD04.5050806@dgnetwork.com.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47E5BD04.5050806@dgnetwork.com.br> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Cc: freebsd-hackers@freebsd.org, freebsd-pf@freebsd.org, freebsd-net@freebsd.org Subject: Re: FreeBSD OS Detection and Uptime X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 15:28:57 -0000 On Sat, Mar 22, 2008 at 11:14:28PM -0300, =?ISO-8859-1?Q?Daniel_Dias_Gon=E7alves_ wrote: > Which methods used to prevent OS detection and uptime (nmap) ? > http://nmap.org/misc/defeat-nmap-osdetect.html#BSD > I tried, but not work. The TCP Drop SYN+FIN sysctl might help. % sysctl -d net.inet.tcp.drop_synfin net.inet.tcp.drop_synfin: Drop TCP packets with SYN+FIN set Regards. -- Rui Paulo