hello,
I am getting confused by the way ripgen generates permutations.
3 subdomains generated 23 permutations only.
# echo -e "forum.zonduu.me\nabc.zonduu.me\ntest.a.zonduu.me" | ripgen | wc -l
23
cat batch_file | wc -l
39
cat batch_file | ripgen | anew | wc -l
6034
it is not following the logic dnsgen has (also gives +1000 duplicate results, that's why I am using anew there). Every subdomain you add increases exponentially the amount of results ripgen gives
hello,
I am getting confused by the way ripgen generates permutations.
3 subdomains generated 23 permutations only.
it is not following the logic dnsgen has (also gives +1000 duplicate results, that's why I am using anew there). Every subdomain you add increases exponentially the amount of results ripgen gives