From c3693aeacaef5395579a079e24006cc2293e2851 Mon Sep 17 00:00:00 2001 From: divious1 Date: Thu, 9 Sep 2021 17:18:29 -0400 Subject: [PATCH 1/2] fixes permutations issue --- dist/escu/bin/dnstwist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 671e91ecd06bfe31194046451f932ba1b145b3e3 Mon Sep 17 00:00:00 2001 From: divious1 Date: Thu, 9 Sep 2021 17:30:40 -0400 Subject: [PATCH 2/2] moved to experimental due to lack of testing --- detections/{ => experimental}/network/dnstwist_domain_names.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename detections/{ => experimental}/network/dnstwist_domain_names.yml (100%) 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