Releases: projectdiscovery/dnsx
Releases · projectdiscovery/dnsx
v1.2.1
What's Changed
Other Changes
- Fixed docker build + go mod deps by @ehsandeep in #595
- Added
-no-color
support via env variable by @ehsandeep in #595
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Warning
This release upgrades ASNMap to the latest 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 by @dogancanbakir in #465
echo x.com | dnsx -recon
x.com [A] [104.244.42.193]
x.com [A] [104.244.42.65]
x.com [A] [104.244.42.1]
x.com [A] [104.244.42.129]
x.com [MX] [alt4.aspmx.l.google.com]
x.com [MX] [alt3.aspmx.l.google.com]
x.com [MX] [alt2.aspmx.l.google.com]
x.com [MX] [alt1.aspmx.l.google.com]
x.com [MX] [aspmx.l.google.com]
x.com [NS] [a.r10.twtrdns.net]
x.com [NS] [a.u10.twtrdns.net]
x.com [NS] [b.r10.twtrdns.net]
x.com [NS] [b.u10.twtrdns.net]
x.com [NS] [c.r10.twtrdns.net]
x.com [NS] [c.u10.twtrdns.net]
x.com [NS] [d.r10.twtrdns.net]
x.com [NS] [d.u10.twtrdns.net]
x.com [SOA] [a.u10.twtrdns.net]
x.com [SOA] [noc.twitter.com]
x.com [TXT] [kkdl3qb3tcrmdhfsm803p67r0my0svs8]
x.com [TXT] [google-site-verification=8yqmovhqedzlt36rpeqp41ytrefk9ahende_xm0626g]
x.com [TXT] [google-site-verification=f6u9mgl--d2lblljvh3b1uugxtevqpdcamkr9c8914a]
x.com [TXT] [atlassian-sending-domain-verification=bd424180-8645-4de5-bd6a-285479c7577a]
x.com [TXT] [atlassian-domain-verification=j6u0o1ptkobcxc84uef/swpiptazurbvyqkzmtvt8wuglcht1vvrzza63ip1qsln]
x.com [TXT] [v=spf1 ip4:199.16.156.128/26 ip4:199.59.150.64/26 include:_spf.google.com include:_spf.salesforce.com -all]
- Added
-e
option to exclude dsn query types with-recon
option by @dogancanbakir in #465
Other Changes
- Updated to latest ASNMap API by @RamanaReddy0M in #581
New Contributors
- @olearycrew made their first contribution in #562
- @dogancanbakir made their first contribution in #465
Full Changelog: v1.1.6...v1.2.0
v1.1.6
What's Changed
Other Changes
- Added additional public resolver by @Devang-Solanki in #480
- Fixed panic crash
New Contributors
- @Devang-Solanki made their first contribution in #480
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
🎉 New Features
- Added ANY query support by @Ahmadkashif in #361
$ echo hollisterco.com | dnsx -any -resp
hollisterco.com [104.90.5.160]
hollisterco.com [104.90.5.169]
hollisterco.com [a1-58.akam.net]
hollisterco.com [a26-65.akam.net]
hollisterco.com [a3-66.akam.net]
hollisterco.com [a8-64.akam.net]
hollisterco.com [a4-67.akam.net]
hollisterco.com [a9-65.akam.net]
hollisterco.com [blox-anf-dns-pr20-v.homeoffice.anfcorp.com]
hollisterco.com [please_set_email.absolutely.nowhere]
hollisterco.com [spycloud-domain-verification=cdc1c551-cd9f-4728-893d-e93f414b83e7]
hollisterco.com [v=spf1 include:spf-0026d501.pphosted.com include:spf.mandrillapp.com ~all]
hollisterco.com [533a7d7f619a456caff4aa2b0433a811.hollisterco.com]
hollisterco.com [facebook-domain-verification=2mzk0qbipizvvhkmbopcqpdwtaq70o]
hollisterco.com [ms=ms88661693]
-omit-raw, -or omit raw dns response from jsonl output
Other Changes
- Workflow updates by @ehsandeep in #456
New Contributors
- @Ahmadkashif made their first contribution in #361
- @jhnmthw made their first contribution in #410
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- chore(deps): bump github.com/projectdiscovery/mapcidr from 1.1.0 to 1.1.1 by @dependabot in #335
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #332
- chore(deps): bump golang from 1.20.2-alpine to 1.20.3-alpine by @dependabot in #340
- chore(deps): bump alpine from 3.17.2 to 3.17.3 by @dependabot in #338
- chore(deps): bump github.com/projectdiscovery/utils from 0.0.16 to 0.0.25 by @dependabot in #347
- chore(deps): bump github.com/projectdiscovery/hmap from 0.0.10 to 0.0.11 by @dependabot in #336
- chore(deps): bump github.com/projectdiscovery/retryabledns from 1.0.21 to 1.0.23 by @dependabot in #354
- chore(deps): bump github.com/projectdiscovery/asnmap from 1.0.2 to 1.0.3 by @dependabot in #353
- chore(deps): bump github.com/rs/xid from 1.4.0 to 1.5.0 by @dependabot in #355
- chore(deps): bump github.com/projectdiscovery/cdncheck from 0.0.3 to 1.0.0 by @RamanaReddy0M in #350
- chore(deps): bump github.com/projectdiscovery/cdncheck from 1.0.0 to 1.0.1 by @dependabot in #356
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Added self-update option + version check (#318) by @RamanaReddy0M in #319
- Fixed docker workflow by @ehsandeep in #330
New Contributors
- @RamanaReddy0M made their first contribution in #319
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
New Features
- Added ASN input / output support by @ShubhamRasal in #249
echo AS17012 | dnsx -silent -resp-only -ptr
- Added placeholder based wordlist for DNS Bruteforce by @ShubhamRasal in #268
- Added SRV dns query support by @edoardottt in #253
Bug Fixes
- Fixed hmap input placeholder (@Ice3man543)
- Fixed json output with wildcard filtering (@Mzack9999)
Dependency Updates
- bump golang from 1.19-alpine3.17 to 1.20-alpine3.17 (@dependabot)
- bump alpine from 3.17.2 to 3.17.3 (@dependabot)
- bump github.com/projectdiscovery/gologger from 1.1.8 to 1.1.9 (@dependabot)
- bump github.com/projectdiscovery/retryabledns from 1.0.21 to 1.0.22 (@dependabot)
- bump github.com/projectdiscovery/hmap from 0.0.8 to 0.0.9 (@dependabot)
- bump github.com/projectdiscovery/asnmap from 1.0.0 to 1.0.1 (@dependabot)
- bump github.com/projectdiscovery/clistats from 0.0.12 to 0.0.13 (@dependabot)
- bump golangci/golangci-lint-action from 3.4.0 to 3.4.1 (@dependabot)
- bump docker/build-push-action from 4 to 5 (@dependabot)
Other Changes
- deps and workflow update (@ehsandeep)
New Contributors
- @ShubhamRasal made their first contribution in #249
- @edoardottt made their first contribution in #253
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Added CAA query support by @LuitelSamikshya in #172
- Added AXFR zone transfer detection support by @Mzack9999 in #173
- Added CDN detection support by @LuitelSamikshya in #207
- Added self-diagnostic functionality by @Mzack9999 in #217
- Added using
dnsx
as a lib documentation by @Kadrick in #229 - Fixed bug with large wordlist input by @Mzack9999 in #185
- Fixed bug reading host config option by @Mzack9999 in #185
- Fixed bug with static compilation for osx by @Mzack9999 in #194
- Fixed bug with output option by @Mzack9999 in #202
New Contributors
- @byt3bl33d3r made their first contribution in #188
- @forgedhallpass made their first contribution in #187
- @Kadrick made their first contribution in #229
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Added stream mode input support by @Mzack9999 in #165
- Fixed an issue with hmap with auto-cleanup of temporary files by @Mzack9999 in #165
Full Changelog: v1.0.9...v1.1.0
v1.0.9
What's Changed
- Fixed invalid memory address or nil pointer dereference crash by @Mzack9999 in #160
Full Changelog: v1.0.8...v1.0.9