projectdiscovery / dnsx

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.
https://docs.projectdiscovery.io/tools/dnsx
MIT License
2.05k stars 231 forks source link

-asn flag missing from 1.1.6 #575

Closed mikedesu closed 4 months ago

mikedesu commented 4 months ago
dnsx --version                            

      _             __  __
   __| | _ __   ___ \ \/ /
  / _' || '_ \ / __| \  / 
 | (_| || | | |\__ \ /  \ 
  \__,_||_| |_||___//_/\_\

                projectdiscovery.io

[INF] Current Version: 1.1.6
cat domains_up | dnsx -asn       
flag provided but not defined: -asn             
dnsx is a fast and multi-purpose DNS toolkit allow to run multiple probes using retryabledns library.

Usage:                                                                                                                
  dnsx [flags]       

...
dogancanbakir commented 4 months ago

I couldn't repro the issue:

$ cat domain.lst
hackerone.com
tesla.com

$ cat domain.lst | go run . -asn

      _             __  __
   __| | _ __   ___ \ \/ /
  / _' || '_ \ / __| \  /
 | (_| || | | |\__ \ /  \
  \__,_||_| |_||___//_/\_\

        projectdiscovery.io

[INF] Current dnsx version 1.1.6 (latest)
hackerone.com [AS13335, cloudflarenet, US]
tesla.com [AS16625, akamai-as, US]

Have you experienced the same issue with the previous versions?

dogancanbakir commented 4 months ago

Closing this. Feel free to reopen if the issue persists.