projectdiscovery / tlsx

Fast and configurable TLS grabber focused on TLS based data collection.
MIT License
810 stars 76 forks source link

chore(deps): bump github.com/projectdiscovery/dnsx from 1.1.6 to 1.2.1 #498

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 3 months ago

Bumps github.com/projectdiscovery/dnsx from 1.1.6 to 1.2.1.

Release notes

Sourced from github.com/projectdiscovery/dnsx's releases.

v1.2.1

What's Changed

Other Changes

Full Changelog: https://github.com/projectdiscovery/dnsx/compare/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

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]

... (truncated)

Commits
  • 5fd3ce7 docker build + go mod fix + no color env support (#595)
  • ac6b3a3 Update README.md
  • 341dc23 version update
  • 5849357 misc update
  • 1053558 introduce query type selection (#465)
  • 41751c6 Use asnmap latest api (#581)
  • 89a1a50 Merge pull request #586 from projectdiscovery/dependabot/go_modules/dev/githu...
  • 8533854 chore(deps): bump github.com/projectdiscovery/retryabledns
  • f2f6fea Merge pull request #582 from projectdiscovery/dependabot/go_modules/dev/githu...
  • e1628b0 chore(deps): bump github.com/projectdiscovery/ratelimit
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)