diff options
author | leot <leot@pkgsrc.org> | 2020-02-10 14:05:36 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-02-10 14:05:36 +0000 |
commit | 2883be9378b308f5c5e420a94e638d0cb24e4d98 (patch) | |
tree | 9f35ee3bbd4887b133c3a1f05a6982dcfca54cc6 /security/snallygaster | |
parent | 2c3d0c57a8547d767abff6bc16c13801f883fa84 (diff) | |
download | pkgsrc-2883be9378b308f5c5e420a94e638d0cb24e4d98.tar.gz |
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.
Diffstat (limited to 'security/snallygaster')
-rw-r--r-- | security/snallygaster/DESCR | 6 | ||||
-rw-r--r-- | security/snallygaster/Makefile | 23 | ||||
-rw-r--r-- | security/snallygaster/PLIST | 8 | ||||
-rw-r--r-- | security/snallygaster/distinfo | 6 |
4 files changed, 43 insertions, 0 deletions
diff --git a/security/snallygaster/DESCR b/security/snallygaster/DESCR new file mode 100644 index 00000000000..004feca986a --- /dev/null +++ b/security/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/security/snallygaster/Makefile b/security/snallygaster/Makefile new file mode 100644 index 00000000000..82c0f27ee3e --- /dev/null +++ b/security/snallygaster/Makefile @@ -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" diff --git a/security/snallygaster/PLIST b/security/snallygaster/PLIST new file mode 100644 index 00000000000..eb1dbafd64a --- /dev/null +++ b/security/snallygaster/PLIST @@ -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 diff --git a/security/snallygaster/distinfo b/security/snallygaster/distinfo new file mode 100644 index 00000000000..94bf0bd06c6 --- /dev/null +++ b/security/snallygaster/distinfo @@ -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 |