From owner-cvs-all@FreeBSD.ORG Thu Nov 11 21:10:05 2004 Return-Path: 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 8AC1116A4CE; Thu, 11 Nov 2004 21:10:05 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AA8743D1D; Thu, 11 Nov 2004 21:10:05 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iABLA540043519; Thu, 11 Nov 2004 21:10:05 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iABLA5HN043518; Thu, 11 Nov 2004 21:10:05 GMT (envelope-from pav) Message-Id: <200411112110.iABLA5HN043518@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 11 Nov 2004 21:10:05 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security Makefile ports/security/spike-proxy Makefile distinfo pkg-descr pkg-plist ports/security/spike-proxy/scripts spkproxy.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 11 Nov 2004 21:10:05 -0000 pav 2004-11-11 21:10:05 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/spike-proxy Makefile distinfo pkg-descr pkg-plist security/spike-proxy/scripts spkproxy.sh Log: Add spike-proxy, a professional-grade tool for looking for application-level vulnerabilities in web applications. SPIKE Proxy covers the basics, such as SQL Injection and cross-site-scripting, but it's completely open Python infrastructure allows advanced users to customize it for web applications that other tools fall apart on. PR: ports/69943 Submitted by: Yonatan Revision Changes Path 1.553 +1 -0 ports/security/Makefile 1.1 +41 -0 ports/security/spike-proxy/Makefile (new) 1.1 +2 -0 ports/security/spike-proxy/distinfo (new) 1.1 +9 -0 ports/security/spike-proxy/pkg-descr (new) 1.1 +3288 -0 ports/security/spike-proxy/pkg-plist (new) 1.1 +5 -0 ports/security/spike-proxy/scripts/spkproxy.sh (new)