mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 12:57:50 +08:00
1.在结果里添加利用的DNS记录查询类型type,子域层数level。
2.把结果中valid,new放在结果首列 3.修改结果中的elapsed为elapse
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user