mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # modules/dnsquery/srv.py # modules/finder.py
This commit is contained in:
+2
-1
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user