去掉type字段

This commit is contained in:
Jing Ling
2020-08-18 23:09:36 +08:00
parent 17aeb02ce2
commit f24e34034c
10 changed files with 52 additions and 82 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class QueryNS(Lookup):
self.domain = domain
self.module = 'dnsquery'
self.source = "QueryNS"
self.type = 'NS' # 利用的DNS记录的NS记录收集子域
self.qtype = 'NS' # 利用的DNS记录的NS记录收集子域
def run(self):
"""