1.在结果里添加利用的DNS记录查询类型type,子域层数level。

2.把结果中valid,new放在结果首列
3.修改结果中的elapsed为elapse
This commit is contained in:
Jing Ling
2020-02-29 17:54:40 +08:00
parent 3269a9f724
commit f1f85f9e8c
3 changed files with 31 additions and 24 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
# coding=utf-8
import re
import sys
import time
@@ -305,7 +304,7 @@ def export_all(format, path, datas):
row.pop('response')
row.pop('module')
row.pop('source')
row.pop('elapsed')
row.pop('elapse')
row.pop('count')
keys = row.keys()
values = row.values()