mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add dns/dnsx: Fast and multi-purpose DNS toolkit
PR: 266560
This commit is contained in:
parent
2bceb891dc
commit
b51ff9a371
4 changed files with 37 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
SUBDIR += dnsviz
|
||||
SUBDIR += dnswalk
|
||||
SUBDIR += dnswall
|
||||
SUBDIR += dnsx
|
||||
SUBDIR += doc
|
||||
SUBDIR += dog
|
||||
SUBDIR += doggo
|
||||
|
|
19
dns/dnsx/Makefile
Normal file
19
dns/dnsx/Makefile
Normal 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
5
dns/dnsx/distinfo
Normal 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
12
dns/dnsx/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue