This commit is contained in:
shmilylty
2019-08-06 22:52:44 +08:00
parent a5cbcd08fa
commit 8ba3b926ce
52 changed files with 65 additions and 135 deletions
+2 -3
View File
@@ -1,6 +1,4 @@
# coding=utf-8
import time
from common.query import Query
@@ -24,7 +22,8 @@ class Chinaz(Query):
if not resp:
return
subdomains_find = self.match(self.domain, resp.text)
self.subdomains = self.subdomains.union(subdomains_find) # 合并搜索子域名搜索结果
# 合并搜索子域名搜索结果
self.subdomains = self.subdomains.union(subdomains_find)
def run(self):
"""