From 3883a1436586f5e1284646ac476e018d9ea5e2c2 Mon Sep 17 00:00:00 2001 From: shmilylty Date: Sun, 18 Aug 2019 00:03:08 +0800 Subject: [PATCH] pep8 --- oneforall/modules/datasets/threatcrowd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oneforall/modules/datasets/threatcrowd.py b/oneforall/modules/datasets/threatcrowd.py index 63628f1..af2c635 100644 --- a/oneforall/modules/datasets/threatcrowd.py +++ b/oneforall/modules/datasets/threatcrowd.py @@ -10,7 +10,7 @@ class ThreatCrowd(Query): self.domain = self.register(domain) self.source = 'ThreatCrowdQuery' self.addr = 'https://www.threatcrowd.org/searchApi' \ - '/v2/domain/report?domain=' + '/v2/subdomain/report?subdomain=' def query(self): # 绕过cloudFlare验证