From owner-cvs-all@FreeBSD.ORG Mon Aug 21 07:46:32 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A74B16A4E1; Mon, 21 Aug 2006 07:46:32 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F3243D49; Mon, 21 Aug 2006 07:46:31 +0000 (GMT) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k7L7kVEp038603; Mon, 21 Aug 2006 07:46:31 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7L7kVHv038602; Mon, 21 Aug 2006 07:46:31 GMT (envelope-from sat) Message-Id: <200608210746.k7L7kVHv038602@repoman.freebsd.org> From: Andrew Pantyukhin Date: Mon, 21 Aug 2006 07:46:31 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security Makefile ports/security/sinfp Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Aug 2006 07:46:32 -0000 sat 2006-08-21 07:46:31 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/sinfp Makefile distinfo pkg-descr pkg-plist Log: Add port security/sinfp: SinFP is a new approach to OS fingerprinting, which bypasses limitations that nmap has. Nmap approaches to fingerprinting as shown to be efficient for years. Nowadays, with the omni-presence of stateful filtering devices, PAT/NAT configurations and emerging packet normalization technologies, its approach to OS fingerprinting is becoming to be obsolete. SinFP uses the aforementioned limitations as a basis for tests to be obsolutely avoided in used frames to identify accurately the remote operating system. That is, it only requires one open TCP port, sends only fully standard TCP packets, and limits the number of tests to 2 or 3 (with only 1 test giving the OS reliably in most cases). WWW: http://www.gomor.org/sinfp Revision Changes Path 1.808 +1 -0 ports/security/Makefile 1.1 +62 -0 ports/security/sinfp/Makefile (new) 1.1 +3 -0 ports/security/sinfp/distinfo (new) 1.1 +15 -0 ports/security/sinfp/pkg-descr (new) 1.1 +55 -0 ports/security/sinfp/pkg-plist (new)