diff --git a/detections/network/dnstwist_domain_names.yml b/detections/experimental/network/dnstwist_domain_names.yml similarity index 100% rename from detections/network/dnstwist_domain_names.yml rename to detections/experimental/network/dnstwist_domain_names.yml diff --git a/dist/escu/bin/dnstwist.py b/dist/escu/bin/dnstwist.py index ccbf79824e..4caae1d1c0 100755 --- a/dist/escu/bin/dnstwist.py +++ b/dist/escu/bin/dnstwist.py @@ -299,7 +299,7 @@ class DomainFuzz(object): if self.tld != 'com' and '.' not in self.tld: self.domains.append({'fuzzer': 'Various', 'domain-name': self.domain + '-' + self.tld + '.com'}) - self.__filter_domains() + #self.__filter_domains() @Configuration(distributed=True)