Skip to content

Releases: projectdiscovery/dnsx

v1.2.1

04 Mar 08:26
5fd3ce7
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.2.0...v1.2.1

v1.2.0

03 Mar 22:32
ac6b3a3
Compare
Choose a tag to compare

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

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] 

Other Changes

New Contributors

Full Changelog: v1.1.6...v1.2.0

v1.1.6

11 Nov 19:20
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

22 Sep 16:42
Compare
Choose a tag to compare

What's Changed

🎉 New Features

$ 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] 
  • Added option to exclude raw dns response from JSONL output by @jhnmthw in #410
   -omit-raw, -or  omit raw dns response from jsonl output

Other Changes

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

30 Apr 14:47
3b25d4f
Compare
Choose a tag to compare

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

17 Mar 08:56
1ed65d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2

13 Feb 13:24
56b8e8a
Compare
Choose a tag to compare

What's Changed

New Features

echo AS17012 | dnsx -silent -resp-only -ptr 

Bug Fixes

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

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

28 Sep 22:11
2f48f44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Mar 09:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.1.0

v1.0.9

03 Mar 14:06
f303ad7
Compare
Choose a tag to compare

What's Changed

  • Fixed invalid memory address or nil pointer dereference crash by @Mzack9999 in #160

Full Changelog: v1.0.8...v1.0.9