New port: dns/knock: Tool designed to enumerate subdomains on a target domain
This commit is contained in:
parent
76eb18d4fb
commit
bd9a8763ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502205
@ -89,6 +89,7 @@
|
||||
SUBDIR += ironsides
|
||||
SUBDIR += kadnode
|
||||
SUBDIR += kf5-kdnssd
|
||||
SUBDIR += knock
|
||||
SUBDIR += knot-resolver
|
||||
SUBDIR += knot2
|
||||
SUBDIR += knot2-lib
|
||||
|
24
dns/knock/Makefile
Normal file
24
dns/knock/Makefile
Normal file
@ -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>
|
3
dns/knock/distinfo
Normal file
3
dns/knock/distinfo
Normal file
@ -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
|
7
dns/knock/pkg-descr
Normal file
7
dns/knock/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user