d3mondev / puredns

Puredns is a fast domain resolver and subdomain bruteforcing tool that can accurately filter out wildcard subdomains and DNS poisoned entries.
GNU General Public License v3.0
1.72k stars 160 forks source link

Puredns not write out domains or results in the output file #23

Closed Archurcl4w closed 3 years ago

Archurcl4w commented 3 years ago

I am running purdns with the following command line :- puredns bruteforce subdomains.txt target.com -w brute.txt -r ~/resolvers.txt --resolvers-trusted trusted.txt It took 21:41:34 till finish

Detecting wildcard root subdomains [ETA 00:00:00] |░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░| 0/0 queries: 0 (time: 00:00:00)

Validating domains against trusted resolvers Processed: 0 Rate: 0 Elapsed: 00:00:00

No valid domains remaining . ( not see anything after this line in the terminal)

I don't see any results in the output file brute.txt. My wordlist is a 30 Million permuted list from already discovered domains. What goes wrong here ? I didn't run this scan on VPS or Cloud. Any help kindly

albakhtari commented 1 year ago

I'm facing the exact same issue, did you manage to fix it?