From owner-svn-ports-all@freebsd.org Tue Mar 7 16:17:55 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CDC5D01E51; Tue, 7 Mar 2017 16:17:55 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1C66218E7; Tue, 7 Mar 2017 16:17:55 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v27GHsPh037028; Tue, 7 Mar 2017 16:17:54 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v27GHsWj037027; Tue, 7 Mar 2017 16:17:54 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201703071617.v27GHsWj037027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 7 Mar 2017 16:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435614 - head/security/0d1n X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Mar 2017 16:17:55 -0000 Author: danfe Date: Tue Mar 7 16:17:54 2017 New Revision: 435614 URL: https://svnweb.freebsd.org/changeset/ports/435614 Log: Improve wording (should be part of r435600). Modified: head/security/0d1n/pkg-descr Modified: head/security/0d1n/pkg-descr ============================================================================== --- head/security/0d1n/pkg-descr Tue Mar 7 16:09:42 2017 (r435613) +++ head/security/0d1n/pkg-descr Tue Mar 7 16:17:54 2017 (r435614) @@ -1,9 +1,9 @@ 0d1n is a tool for automating customized attacks against web applications. Some of its features: - - Brute force login and passwords in authentication forms - - Directory disclosure (use PATH list to brute and find HTTP status code) - - Test to find SQL injection and XSS vulnerabilities + - Brute force login names and passwords in authentication forms + - Directory disclosure (brute over PATH list and find HTTP status codes) + - Tests to find SQL injection and XSS vulnerabilities - Options to load ANTI-CSRF token for each request - Options to use random proxy per request