修复误把domain替换为subdomain的问题

This commit is contained in:
shmilylty
2019-08-18 02:12:12 +08:00
parent 3883a14365
commit 7ccddb93f7
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class ThreatCrowd(Query):
self.domain = self.register(domain)
self.source = 'ThreatCrowdQuery'
self.addr = 'https://www.threatcrowd.org/searchApi' \
'/v2/subdomain/report?subdomain='
'/v2/domain/report?domain='
def query(self):
# 绕过cloudFlare验证