./security/dnsx, DNS toolkit designed for running DNS queries

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.1nb1, Package name: dnsx-1.2.1nb1, Maintainer: leot

dnsx is a fast and multi-purpose DNS toolkit designed for running
various probes through the retryabledns library. It supports multiple
DNS queries, user supplied resolvers, DNS wildcard filtering like
shuffledns etc.


Master sites:

Filesize: 304.769 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-03-24 21:12:45 by Leonardo Taccari | Files touched by this commit (3)
Log message:
dnsx: Update to 1.2.1

Changes:
v1.2.1
## What's Changed
### Other Changes
* Added `-no-color` support via env variable

v1.2.0
> Warning
> This release upgrades ASNMap to the latest 1.1.0 version
> that uses an authenticated API. If you utilize the `-asn` option of
> dnsx, one time configuration is required to set up PDCP API
> Key.
> You can do this using the `-auth` option or through setting up an
> environment variable, such as`export PDCP_API_KEY=xxxxx`

## What's Changed
### New Features
* Added `-recon` option to pull all dns records

### Other Changes
* Updated to latest ASNMap API

v1.1.6
## What's Changed
### Other Changes
* Added additional public resolver
* Fixed panic crash
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-23 20:46:26 by Leonardo Taccari | Files touched by this commit (3)
Log message:
dnsx: Update to 1.1.5

Changes:
v1.1.5
------
## What's Changed
### New Features
* Added ANY query support via `-any`