实现从跳转历史URL收集子域功能

This commit is contained in:
Jing Ling
2020-08-20 02:21:08 +08:00
parent 2afb2b1782
commit 4752a10ac6
4 changed files with 68 additions and 43 deletions
+2
View File
@@ -272,6 +272,7 @@ class Module(object):
'title': None,
'banner': None,
'header': None,
'history': None,
'response': None,
'times': None,
'ttl': None,
@@ -322,6 +323,7 @@ class Module(object):
'title': None,
'banner': None,
'header': None,
'history': None,
'response': None,
'times': times,
'ttl': ttl,