Skip to content

Commit

Permalink
Merge pull request #367 from ywgdjryf/patch-1
Browse files Browse the repository at this point in the history
Update mx.py
  • Loading branch information
shmilylty committed Apr 19, 2024
2 parents 81f09af + 3e3bd6f commit 9ecfda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dnsquery/mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def __init__(self, domain):
self.domain = domain
self.module = 'dnsquery'
self.source = "QueryMX"
self.type = 'MX' # 利用的DNS记录的MX记录收集子域
self.qtype = 'MX' # 利用的DNS记录的MX记录收集子域

def run(self):
"""
Expand Down

0 comments on commit 9ecfda2

Please sign in to comment.