Update mx.py

This commit is contained in:
ywgdjryf
2024-02-05 18:44:22 +08:00
committed by GitHub
parent 81f09afd0d
commit 3e3bd6f3cb
+1 -1
View File
@@ -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):
"""