Branch was auto-updated.

This commit is contained in:
Bhavin Patel
2021-09-21 09:50:32 -07:00
committed by GitHub
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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)