Merge pull request #367 from ywgdjryf/patch-1

Update mx.py
This commit is contained in:
Jing Ling
2024-04-19 14:10:40 +08:00
committed by GitHub
+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):
"""