pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

snallygaster: Import snallygaster-0.0.4 as wip/snallygaster



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Feb 10 14:52:34 2020 +0100
Changeset:	ebcd9f5265d2bfbe0368bdd213c61c9f88ca8883

Modified Files:
	Makefile
Added Files:
	snallygaster/DESCR
	snallygaster/Makefile
	snallygaster/PLIST
	snallygaster/distinfo

Log Message:
snallygaster: Import snallygaster-0.0.4 as wip/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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ebcd9f5265d2bfbe0368bdd213c61c9f88ca8883

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile              |  1 +
 snallygaster/DESCR    |  6 ++++++
 snallygaster/Makefile | 23 +++++++++++++++++++++++
 snallygaster/PLIST    |  8 ++++++++
 snallygaster/distinfo |  6 ++++++
 5 files changed, 44 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 6dce867100..461c61d644 100644
--- a/Makefile
+++ b/Makefile
@@ -4549,6 +4549,7 @@ SUBDIR+=	smtprc
 SUBDIR+=	smtprc-gui
 SUBDIR+=	smtpscan
 SUBDIR+=	smw
+SUBDIR+=	snallygaster
 SUBDIR+=	snallygaster-git
 SUBDIR+=	snark
 SUBDIR+=	sndio
diff --git a/snallygaster/DESCR b/snallygaster/DESCR
new file mode 100644
index 0000000000..004feca986
--- /dev/null
+++ b/snallygaster/DESCR
@@ -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.
diff --git a/snallygaster/Makefile b/snallygaster/Makefile
new file mode 100644
index 0000000000..999f06a905
--- /dev/null
+++ b/snallygaster/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	snallygaster-0.0.4
+CATEGORIES=	security python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/snallygaster/}
+
+MAINTAINER=	leot%NetBSD.org@localhost
+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"
diff --git a/snallygaster/PLIST b/snallygaster/PLIST
new file mode 100644
index 0000000000..76d69c57f1
--- /dev/null
+++ b/snallygaster/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+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
diff --git a/snallygaster/distinfo b/snallygaster/distinfo
new file mode 100644
index 0000000000..f742cd54c8
--- /dev/null
+++ b/snallygaster/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+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


Home | Main Index | Thread Index | Old Index