dnsx
dnsx copied to clipboard
dnsx is a fast and multi-purpose DNS toolkit allow to run multiple DNS queries of your choice with a list of user-supplied resolvers.
### Please describe your feature request: https://github.com/hakluke/hakaxfr ### Describe the use case of this feature: ```console echo zonetransfer.me | dnsx -axfr zonetransfer.me ``` ```console echo zonetransfer.me | dnsx -axfr -resp...
### Please describe your feature request: Reference: https://github.com/projectdiscovery/nuclei/pull/1564 ### Describe the use case of this feature: ```console echo mta-sts.hackerone.com | dnsx -caa mta-sts.hackerone.com ``` ```console echo mta-sts.hackerone.com | dnsx -caa...
### Please describe your feature request: https://github.com/projectdiscovery/dnsx/issues/137#issuecomment-1017681092 Would be great if you could choose the wordlist placeholder like ffuf ### Describe the use case of this feature: ```zsh cat list.txt...
### dnsx version: dev ### Steps To Reproduce: Running with **latest** version: ```console while true; do echo total: `chaos -d hackerone.com | dnsx -silent | wc`; done total: 10 total:...
Hi Team, Hope All are going well !! I believe it would be grateful if a kind of auto pre-check resolving mechanism can be implemented for proceeding Bruteforcing on Dnsx...

Currently wildcard detection only works with a single domain. It would be nice to be able to support the following use-case: ```sh cat root_domains | dnsx -rc servfail -w wordlist.txt...
### Please describe your feature request: ### Describe the use case of this feature:
### dnsx version: v1.1.6 ### Current Behavior: I'm utilizing dnsx as a library in my program, generating subdomains from alterx, and resolving them through dnsx. The problem arises when I...
### Please describe your feature request: ```sh echo randominternalname | dnsx -proxy socks5://127.0.0.1:1080 ```