默认不启用子域接管检查

This commit is contained in:
shmilylty
2019-12-17 11:55:38 +08:00
parent 30bc74a9a9
commit ce43bd75de
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -70,11 +70,11 @@ class OneForAll(object):
:param str port: 请求验证子域的端口范围(默认只探测80端口)
:param int valid: 导出子域的有效性(默认1)
:param str format: 导出格式(默认csv)
:param bool takeover: 检查子域接管(默认True)
:param bool takeover: 检查子域接管(默认False)
:param bool show: 终端显示导出数据(默认False)
"""
def __init__(self, target, brute=None, dns=None, req=None, port='default',
valid=1, format='csv', takeover=True, show=False):
valid=1, format='csv', takeover=False, show=False):
self.target = target
self.port = port
self.domains = set()