Merge remote-tracking branch 'origin/master'

# Conflicts:
#	modules/dnsquery/srv.py
#	modules/finder.py
This commit is contained in:
Jing Ling
2020-08-20 21:36:33 +08:00
42 changed files with 88 additions and 70 deletions
+2 -1
View File
@@ -220,7 +220,8 @@ class Module(object):
def collect_subdomains(self, resp):
subdomains = self.match_subdomains(resp)
return self.subdomains.union(subdomains)
self.subdomains.update(subdomains)
return self.subdomains
def save_json(self):
"""