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