Add dns/dnsx: Fast and multi-purpose DNS toolkit

PR:		266560
This commit is contained in:
Gabriel M. Dutra 2022-10-25 20:44:35 +08:00 committed by Li-Wen Hsu
parent 2bceb891dc
commit b51ff9a371
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF
4 changed files with 37 additions and 0 deletions

View file

@ -60,6 +60,7 @@
SUBDIR += dnsviz
SUBDIR += dnswalk
SUBDIR += dnswall
SUBDIR += dnsx
SUBDIR += doc
SUBDIR += dog
SUBDIR += doggo

19
dns/dnsx/Makefile Normal file
View file

@ -0,0 +1,19 @@
PORTNAME= dnsx
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0
CATEGORIES= dns
MAINTAINER= 0xdutra@gmail.com
COMMENT= DNS toolkit allow to run multiple DNS queries
WWW= https://github.com/projectdiscovery/dnsx
LICENSE= MIT
USES= go:modules
GO_MODULE= github.com/projectdiscovery/dnsx
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

5
dns/dnsx/distinfo Normal file
View file

@ -0,0 +1,5 @@
TIMESTAMP = 1663905508
SHA256 (go/dns_dnsx/dnsx-v1.1.0/v1.1.0.mod) = 4f1059d6bdbb1de8606b1c902b858bf193cdfbe43c02da48848cb207f5736856
SIZE (go/dns_dnsx/dnsx-v1.1.0/v1.1.0.mod) = 3335
SHA256 (go/dns_dnsx/dnsx-v1.1.0/v1.1.0.zip) = 9df02f336c1ab9ff5d316c6cd41808000382ca55c5638bd03834e814b73d329d
SIZE (go/dns_dnsx/dnsx-v1.1.0/v1.1.0.zip) = 320085

12
dns/dnsx/pkg-descr Normal file
View file

@ -0,0 +1,12 @@
Fast and multi-purpose DNS toolkit allow to run multiple DNS queries.
Features
- Query DNS records
- Brute force
- Custom resolver
- Multiple resolver format
- TCP
- UDP
- DOH
- DOT
- Automatic wildcard handling