Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2019 09:04:57 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502205 - in head/dns: . knock
Message-ID:  <201905210904.x4L94vTf054364@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue May 21 09:04:56 2019
New Revision: 502205
URL: https://svnweb.freebsd.org/changeset/ports/502205

Log:
  New port: dns/knock: Tool designed to enumerate subdomains on a target domain

Added:
  head/dns/knock/
  head/dns/knock/Makefile   (contents, props changed)
  head/dns/knock/distinfo   (contents, props changed)
  head/dns/knock/pkg-descr   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Tue May 21 09:01:39 2019	(r502204)
+++ head/dns/Makefile	Tue May 21 09:04:56 2019	(r502205)
@@ -89,6 +89,7 @@
     SUBDIR += ironsides
     SUBDIR += kadnode
     SUBDIR += kf5-kdnssd
+    SUBDIR += knock
     SUBDIR += knot-resolver
     SUBDIR += knot2
     SUBDIR += knot2-lib

Added: head/dns/knock/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/knock/Makefile	Tue May 21 09:04:56 2019	(r502205)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	knock
+DISTVERSION=	4.1.0-27
+DISTVERSIONSUFFIX=	-ge2c98df
+CATEGORIES=	dns
+PKGNAMESUFFIX=	py
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Tool designed to enumerate subdomains on a target domain
+
+LICENSE=	GPLv2
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dnspython>0:dns/py-dnspython@${PY_FLAVOR}
+
+USES=		python
+USE_GITHUB=	yes
+GH_ACCOUNT=	guelfoweb
+USE_PYTHON=	distutils noflavors autoplist
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/dns/knock/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/knock/distinfo	Tue May 21 09:04:56 2019	(r502205)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1558429013
+SHA256 (guelfoweb-knock-4.1.0-27-ge2c98df_GH0.tar.gz) = 6c9f3b4a2ccfa1e1f2d7a3fda9034bd33c7b2143299dbf0475f897bfa4729594
+SIZE (guelfoweb-knock-4.1.0-27-ge2c98df_GH0.tar.gz) = 14639

Added: head/dns/knock/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/knock/pkg-descr	Tue May 21 09:04:56 2019	(r502205)
@@ -0,0 +1,7 @@
+Knockpy is a python tool designed to enumerate subdomains on a target domain
+through a wordlist. It is designed to scan for DNS zone transfer and to try to
+bypass the wildcard DNS record automatically if it is enabled. Now knockpy
+supports queries to VirusTotal subdomains, you can setting the API_KEY within
+the config.json file.
+
+WWW: https://github.com/guelfoweb/knock



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905210904.x4L94vTf054364>