projectdiscovery / shuffledns

MassDNS wrapper written in go to enumerate valid subdomains using active bruteforce as well as resolve subdomains with wildcard filtering and easy input-output support.
https://projectdiscovery.io
GNU General Public License v3.0
1.33k stars 192 forks source link

Not Working At all #395

Closed darkcrypt13 closed 3 months ago

darkcrypt13 commented 3 months ago
       __        ________        __       
  ___ / /  __ __/ _/ _/ /__  ___/ /__ ___
 (_-</ _ \/ // / _/ _/ / -_)/ _  / _ \(_-<
/___/_//_/\_,_/_//_//_/\__/ \_,_/_//_/___/

                projectdiscovery.io

[INF] Current shuffledns version v1.1.0 (latest)
[FTL] Program exiting: execution mode not specified  (after running with all specified cmd but still has this error)
dogancanbakir commented 3 months ago

You're not specifying the -mode, and that's why you're getting the following error [FTL] Program exiting: execution mode not specified. Using -mode flag should solve the issue. Closing this. Feel free to reopen if the issue persists.