From owner-cvs-all@FreeBSD.ORG Tue Sep 4 18:44:41 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A13816A41A; Tue, 4 Sep 2007 18:44:41 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A1CB13C49D; Tue, 4 Sep 2007 18:44:41 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l84IifGO095602; Tue, 4 Sep 2007 18:44:41 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l84Iif5e095601; Tue, 4 Sep 2007 18:44:41 GMT (envelope-from se) Message-Id: <200709041844.l84Iif5e095601@repoman.freebsd.org> From: Stefan Esser Date: Tue, 4 Sep 2007 18:44:41 +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/w3af Makefile distinfo pkg-descr pkg-plist ports/security/w3af/files w3af.sh 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: Tue, 04 Sep 2007 18:44:41 -0000 se 2007-09-04 18:44:41 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/w3af Makefile distinfo pkg-descr pkg-plist security/w3af/files w3af.sh Log: New port of w3af, the Web Application Audit and Attack Framework. This is a Python based package of tools that can be used to assess the security of a web server (including automated advanced tests, e.g. for XSS or SQL injection vulnerabilities). I did not get this port to work with the py-google port, there for a local copy of pygoogle is included and packaged with this port. Revision Changes Path 1.912 +1 -0 ports/security/Makefile 1.1 +58 -0 ports/security/w3af/Makefile (new) 1.1 +6 -0 ports/security/w3af/distinfo (new) 1.1 +3 -0 ports/security/w3af/files/w3af.sh (new) 1.1 +3 -0 ports/security/w3af/pkg-descr (new) 1.1 +1231 -0 ports/security/w3af/pkg-plist (new)