From 4b1aafa719637b7c605010e0615956c24c40b8b7 Mon Sep 17 00:00:00 2001 From: Jing Ling Date: Fri, 20 Mar 2020 02:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=A5=E6=BA=90=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oneforall/modules/datasets/threatcrowd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/oneforall/modules/datasets/threatcrowd.py b/oneforall/modules/datasets/threatcrowd.py index a3fdd3c..9862b0d 100644 --- a/oneforall/modules/datasets/threatcrowd.py +++ b/oneforall/modules/datasets/threatcrowd.py @@ -8,6 +8,7 @@ class ThreatCrowd(Query): def __init__(self, domain): Query.__init__(self) self.domain = self.register(domain) + self.module = 'Dataset' self.source = 'ThreatCrowdQuery' self.addr = 'https://www.threatcrowd.org/searchApi' \ '/v2/domain/report?domain='