Skip to content

Commit 9ecfda2

Browse files
authored
Merge pull request #367 from ywgdjryf/patch-1
Update mx.py
2 parents 81f09af + 3e3bd6f commit 9ecfda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dnsquery/mx.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def __init__(self, domain):
77
self.domain = domain
88
self.module = 'dnsquery'
99
self.source = "QueryMX"
10-
self.type = 'MX' # 利用的DNS记录的MX记录收集子域
10+
self.qtype = 'MX' # 利用的DNS记录的MX记录收集子域
1111

1212
def run(self):
1313
"""

0 commit comments

Comments
 (0)