AlephNullSK / dnsgen

Generates combination of domain names from the provided input.
MIT License
884 stars 115 forks source link

Bug : -f option does not provide output #8

Open proabiral opened 4 years ago

proabiral commented 4 years ago

--fast , -f option does not provide any output when the number of input domains are lower. Screenshot from 2020-03-23 10-15-40

However, there is not present when the number of input domain is increased. Screenshot from 2020-03-23 10-15-26

ghost commented 4 years ago

If I understand the pictures correctly /tmp/a has only one root domain. I think the problem just lies in that the -f option only permutes on observed subdomain words, which one root domain does not provide. When you then run it without -f, the default dnsgen wordlist is used to generate subdomains. So this is actually correct behavior. For -f you need to supply (valid) subdomains so dnsgen can observe words occurring and create a list with permutations.