From 3e3bd6f3cb684b4635ebec317f64bcb07fe23b50 Mon Sep 17 00:00:00 2001 From: ywgdjryf <149993388+ywgdjryf@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:44:22 +0800 Subject: [PATCH] Update mx.py --- modules/dnsquery/mx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dnsquery/mx.py b/modules/dnsquery/mx.py index c2c00ac..bdd25b3 100644 --- a/modules/dnsquery/mx.py +++ b/modules/dnsquery/mx.py @@ -7,7 +7,7 @@ class QueryMX(Lookup): self.domain = domain self.module = 'dnsquery' self.source = "QueryMX" - self.type = 'MX' # 利用的DNS记录的MX记录收集子域 + self.qtype = 'MX' # 利用的DNS记录的MX记录收集子域 def run(self): """