projectdiscovery / subfinder

Fast passive subdomain enumeration tool.
https://projectdiscovery.io
MIT License
9.93k stars 1.24k forks source link

Bruteforcing | Only If the subdomains list is very large fails #172

Closed 4k4xs4pH1r3 closed 4 years ago

4k4xs4pH1r3 commented 5 years ago

What's the problem (or question)?

When use -w /usr/share/wordlists/dnsmap.txt

Only If the subdomains list is very large appear this=

Starting Bruteforcing of domain.com with 17576 words error: open /usr/share/wordlists/dnsmap.txt: too many open files

Do you have an idea for a solution?

Reproduce the issue at your side and debug.

And Set the feature for use all the wordlists like= -w /usr/share/wordlists/*.*

How can we reproduce the issue?

  1. Execute

~/go/bin/./subfinder --recursive -d domain.com -b -t 37 -w /usr/share/wordlists/dnsmap.txt -o /root/go/bin/domain_com.json -nW -oT -v

What are the running context details?

Ice3man543 commented 4 years ago

Hey, subfinder is not really the ideal solution for DNS bruteforce. I'll suggest looking into gobuster or massdns! Subfinder is more of a passive subdomain enumeration tool. Thanks for understanding.

Closing this issue now! If you have any other questions, please don't hesitate to ask!