添加运行环境检测

This commit is contained in:
Jing Ling
2020-04-21 15:25:24 +08:00
parent 9c71ea54ba
commit 240422631e
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -222,6 +222,7 @@ class OneForAll(object):
:return: 总的子域结果
:rtype: list
"""
utils.check_env()
print(banner)
dt = datetime.now().strftime('%Y-%m-%d %H:%M:%S')
print(f'[*] Starting OneForAll @ {dt}\n')