From owner-cvs-all@FreeBSD.ORG Thu Oct 4 13:21:40 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 22A8416A419; Thu, 4 Oct 2007 13:21:40 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11E1F13C448; Thu, 4 Oct 2007 13:21:40 +0000 (UTC) (envelope-from rafan@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 l94DLdUW019597; Thu, 4 Oct 2007 13:21:39 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l94DLd7g019596; Thu, 4 Oct 2007 13:21:39 GMT (envelope-from rafan) Message-Id: <200710041321.l94DLd7g019596@repoman.freebsd.org> From: Rong-En Fan Date: Thu, 4 Oct 2007 13:21:39 +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/wapiti Makefile distinfo pkg-descr 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: Thu, 04 Oct 2007 13:21:40 -0000 rafan 2007-10-04 13:21:39 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/wapiti Makefile distinfo pkg-descr Log: Wapiti allows you to audit the security of your web applications. It performs "black-box" scans, i.e. it does not study the source code of the application but will scans the webpages of the deployed webapp, looking for scripts and forms where it can inject data. Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see if a script is vulnerable. WWW: http://wapiti.sourceforge.net/ PR: ports/116873 Submitted by: Philippe Audeoud Revision Changes Path 1.921 +1 -0 ports/security/Makefile 1.1 +36 -0 ports/security/wapiti/Makefile (new) 1.1 +3 -0 ports/security/wapiti/distinfo (new) 1.1 +8 -0 ports/security/wapiti/pkg-descr (new)