Received: by mail.netbsd.org (Postfix, from userid 605) id 99E3B84D7E; Mon, 10 Feb 2020 14:05:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1FB2584D79 for ; Mon, 10 Feb 2020 14:05:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QLlxwN2hEs9r for ; Mon, 10 Feb 2020 14:05:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8A72084D77 for ; Mon, 10 Feb 2020 14:05:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56152FBF4; Mon, 10 Feb 2020 14:05:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1581343536153740" MIME-Version: 1.0 Date: Mon, 10 Feb 2020 14:05:36 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/security/snallygaster To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20200210140536.56152FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1581343536153740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Mon Feb 10 14:05:36 UTC 2020 Added Files: pkgsrc/security/snallygaster: DESCR Makefile PLIST distinfo Log Message: snallygaster: Import snallygaster-0.0.4 as security/snallygaster snallygaster is a tool that looks for files accessible on web servers that shouldn't be public and can pose a security risk. Typical examples include publicly accessible git repositories, backup files potentially containing passwords or database dumps. In addition it contains a few checks for other security vulnerabilities. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/snallygaster/DESCR \ pkgsrc/security/snallygaster/Makefile pkgsrc/security/snallygaster/PLIST \ pkgsrc/security/snallygaster/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1581343536153740 Content-Disposition: inline Content-Length: 2730 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/snallygaster/DESCR diff -u /dev/null pkgsrc/security/snallygaster/DESCR:1.1 --- /dev/null Mon Feb 10 14:05:36 2020 +++ pkgsrc/security/snallygaster/DESCR Mon Feb 10 14:05:36 2020 @@ -0,0 +1,6 @@ +snallygaster is a tool that looks for files accessible on web servers that +shouldn't be public and can pose a security risk. + +Typical examples include publicly accessible git repositories, backup files +potentially containing passwords or database dumps. In addition it contains a +few checks for other security vulnerabilities. Index: pkgsrc/security/snallygaster/Makefile diff -u /dev/null pkgsrc/security/snallygaster/Makefile:1.1 --- /dev/null Mon Feb 10 14:05:36 2020 +++ pkgsrc/security/snallygaster/Makefile Mon Feb 10 14:05:36 2020 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2020/02/10 14:05:36 leot Exp $ + +DISTNAME= snallygaster-0.0.4 +CATEGORIES= security python +MASTER_SITES= ${MASTER_SITE_PYPI:=s/snallygaster/} + +MAINTAINER= leot@NetBSD.org +HOMEPAGE= https://github.com/hannob/snallygaster +COMMENT= Tool to scan for secret files on HTTP servers +LICENSE= cc0-1.0-universal + +DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4 +DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns +DEPENDS+= ${PYPKGPREFIX}-urllib3-[0-9]*:../../www/py-urllib3 + +USE_LANGUAGES= # none + +# Only for Python 3 +PYTHON_VERSIONS_INCOMPATIBLE= 27 + +.include "../../lang/python/application.mk" +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/snallygaster/PLIST diff -u /dev/null pkgsrc/security/snallygaster/PLIST:1.1 --- /dev/null Mon Feb 10 14:05:36 2020 +++ pkgsrc/security/snallygaster/PLIST Mon Feb 10 14:05:36 2020 @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1 2020/02/10 14:05:36 leot Exp $ +bin/snallygaster +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${EGG_INFODIR}/zip-safe Index: pkgsrc/security/snallygaster/distinfo diff -u /dev/null pkgsrc/security/snallygaster/distinfo:1.1 --- /dev/null Mon Feb 10 14:05:36 2020 +++ pkgsrc/security/snallygaster/distinfo Mon Feb 10 14:05:36 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/02/10 14:05:36 leot Exp $ + +SHA1 (snallygaster-0.0.4.tar.gz) = b1b5fa4205b5f2c2c03d6aa55bb94b62966b0041 +RMD160 (snallygaster-0.0.4.tar.gz) = 044e050eeb9bdb47730abc4388007622b6185c31 +SHA512 (snallygaster-0.0.4.tar.gz) = 86709304b99543f274b13232979d47ee33caf9849596564b8486d4fb1683f1fd869cfd9e7d8fa199d7898fefd53d38548fa32f1ae0f6ea4c929d5d5bd674c633 +Size (snallygaster-0.0.4.tar.gz) = 20392 bytes --_----------=_1581343536153740--