Source: dnsx
Section: golang
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders:
 Sophie Brun <sophie@offensive-security.com>,
Build-Depends:
 ca-certificates,
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-logrusorgru-aurora-dev,
 golang-github-miekg-dns-dev,
 golang-github-pkg-errors-dev,
 golang-github-rs-xid-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://gitlab.com/kalilinux/packages/dnsx
Vcs-Git: https://gitlab.com/kalilinux/packages/dnsx.git
Homepage: https://github.com/projectdiscovery/dnsx
XS-Go-Import-Path: github.com/projectdiscovery/dnsx

Package: dnsx
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 subfinder,
Built-Using:
 ${misc:Built-Using},
Description: perform multiple dns queries
 This package contains a fast and multi-purpose DNS toolkit allow to run
 multiple probes using retryabledns library, that allows you to perform
 multiple DNS queries of your choice with a list of user supplied resolvers,
 additionally supports DNS wildcard filtering like shuffledns
 (https://github.com/projectdiscovery/shuffledns).
 .
 Features
  * Simple and Handy utility to query DNS records
  * Supports A, AAAA, CNAME, PTR, NS, MX, TXT, SOA
  * Supports DNS Status Code probing
  * Supports DNS Tracing
  * Handles wildcard subdomains in automated way.
  * Stdin and stdout support to work with other tools.
