aboutsummaryrefslogtreecommitdiff
path: root/dns/knock
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-21 09:04:56 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-21 09:04:56 +0000
commitbd9a8763ce63e4096ac49f988ada7bef465ff4a2 (patch)
tree3227c40900719a7ee362689f93098afdae552944 /dns/knock
parent76eb18d4fb4d0f7b1ea42e9260aa3f2aebfc241e (diff)
downloadports-bd9a8763ce63e4096ac49f988ada7bef465ff4a2.tar.gz
ports-bd9a8763ce63e4096ac49f988ada7bef465ff4a2.zip
New port: dns/knock: Tool designed to enumerate subdomains on a target domain
Notes
Notes: svn path=/head/; revision=502205
Diffstat (limited to 'dns/knock')
-rw-r--r--dns/knock/Makefile24
-rw-r--r--dns/knock/distinfo3
-rw-r--r--dns/knock/pkg-descr7
3 files changed, 34 insertions, 0 deletions
diff --git a/dns/knock/Makefile b/dns/knock/Makefile
new file mode 100644
index 000000000000..6469ca861b95
--- /dev/null
+++ b/dns/knock/Makefile
@@ -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>
diff --git a/dns/knock/distinfo b/dns/knock/distinfo
new file mode 100644
index 000000000000..739b99c19075
--- /dev/null
+++ b/dns/knock/distinfo
@@ -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
diff --git a/dns/knock/pkg-descr b/dns/knock/pkg-descr
new file mode 100644
index 000000000000..aa3fff85a76b
--- /dev/null
+++ b/dns/knock/pkg-descr
@@ -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